chore(deps): update github-actions - #8
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github-actions
branch
2 times, most recently
from
July 26, 2026 02:33
3170ba5 to
254f13a
Compare
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
August 6, 2026 23:56
254f13a to
ec8bc80
Compare
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
August 18, 2026 14:00
ec8bc80 to
ca3a383
Compare
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
September 5, 2026 03:35
ca3a383 to
32af55e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2→v2.9.2v6→v6.1.0v8→v8.0.1v7→v7.0.1v3→v3.0.3Release Notes
Swatinem/rust-cache (Swatinem/rust-cache)
v2.9.2Compare Source
What's Changed
$CARGO_HOME/binon restore instead of relying oncargo installmetadata by @clechasseur in #325New Contributors
Full Changelog: Swatinem/rust-cache@v2.9.1...v2.9.2
v2.9.1Compare Source
Fix regression in hash calculation
Full Changelog: Swatinem/rust-cache@v2.9.0...v2.9.1
v2.9.0Compare Source
What's Changed
node24runner by @rhysd in #314New Contributors
Full Changelog: Swatinem/rust-cache@v2.8.2...v2.9.0
v2.8.2Compare Source
What's Changed
New Contributors
Full Changelog: Swatinem/rust-cache@v2.8.1...v2.8.2
v2.8.1Compare Source
What's Changed
CARGO_ENCODED_RUSTFLAGSin workspace metadata retrieval by @ark0f in #249New Contributors
Full Changelog: Swatinem/rust-cache@v2...v2.8.1
v2.8.0Compare Source
What's Changed
New Contributors
Full Changelog: Swatinem/rust-cache@v2.7.8...v2.8.0
v2.7.8Compare Source
What's Changed
Full Changelog: Swatinem/rust-cache@v2.7.7...v2.7.8
v2.7.7Compare Source
Full Changelog: Swatinem/rust-cache@v2.7.6...v2.7.7
v2.7.6Compare Source
What's Changed
New Contributors
Full Changelog: Swatinem/rust-cache@v2.7.5...v2.7.6
v2.7.5Compare Source
What's Changed
deprecatedversion ofnodeby @hamirmahal in #197New Contributors
Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5
v2.7.3Compare Source
Full Changelog: Swatinem/rust-cache@v2.7.2...v2.7.3
v2.7.2Compare Source
What's Changed
node20by @rhysd in #175Cargo.tomlandCargo.lockfiles of workspace members by @max-heller in #180New Contributors
Full Changelog: Swatinem/rust-cache@v2.7.1...v2.7.2
v2.7.1Compare Source
v2.7.0Compare Source
What's Changed
trybuildand similar macro testing tools by @neysofu in #168New Contributors
Full Changelog: Swatinem/rust-cache@v2.6.2...v2.7.0
v2.6.2Compare Source
What's Changed
smol-tomlinstead oftomlby @NobodyXu in #164Full Changelog: Swatinem/rust-cache@v2...v2.6.2
v2.6.1Compare Source
Cargo.lock/Cargo.tomlfiles.v2.6.0Compare Source
What's Changed
cache-providerbackend @joroshiba in #154-syscrates..cargo/credentials.tomlbefore saving.New Contributors
Full Changelog: Swatinem/rust-cache@v2.5.1...v2.6.0
v2.5.1Compare Source
Cargo.lock.v2.5.0Compare Source
What's Changed
.cargo/config.tomlto key by @NobodyXu in #149New Contributors
Full Changelog: Swatinem/rust-cache@v2.4.0...v2.5.0
v2.4.0Compare Source
v2.3.0Compare Source
cache-all-cratesoption, which enables caching of crates installed by workflows.EISDIRerror due to globed directories.@actions/cache,@actions/ioand devtypescriptdependencies.npm run prepareso it creates distribution files with the right line endings.v2.2.1Compare Source
@actions/cachedependency to fix usage ofzstdcompression.v2.2.0Compare Source
save-ifoption to always restore, but only conditionally save the cache.v2.1.0Compare Source
Cargo.{lock,toml}files in the configured workspace directories.v2.0.2Compare Source
prefix-key,cache-directoriesandcache-targetsoptions.v2.0.1Compare Source
actions/checkout (actions/checkout)
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
actions/download-artifact (actions/download-artifact)
v8.0.1Compare Source
What's Changed
Full Changelog: actions/download-artifact@v8...v8.0.1
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
softprops/action-gh-release (softprops/action-gh-release)
v3.0.3Compare Source
3.0.3is a maintenance release with updated dependencies. It also safelyclassifies malformed GitHub API errors to avoid secondary failures (#822).
What's Changed
Bug fixes 🐛
Other Changes 🔄
v3.0.2Compare Source
3.0.2is a patch release focused on release reliability and compatibility. Itreuses existing draft releases when publishing prereleases, supports replacing
release assets on Gitea, hardens streamed asset uploads, and provides clearer
release-creation diagnostics. It also includes TypeScript, coverage, and tooling
maintenance merged since
3.0.1.This release fixes #795, #438, and #803. The upload transport hardening covers the
historical failure reported in #790, although current hosted Node 24 runners did
not reproduce it naturally. The diagnostics work is related to #786 and does not
claim a reproducible release-creation fix.
What's Changed
Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄
3.0.1v3.0.1Compare Source
3.0.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.