Update GitHub Actions#1123
Merged
Merged
Conversation
marcoieni
approved these changes
Jul 15, 2026
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.1v4→v4.3.1v4→v4.4.0v3→v3.9.1v3→v3.1.2Release Notes
Swatinem/rust-cache (Swatinem/rust-cache)
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)
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in #1707v4.1.4Compare Source
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in #1692v4.1.3Compare Source
sparse-checkoutby @jww3 in #1656actions/checkoutversion inupdate-main-version.ymlby @jww3 in #1650v4.1.2Compare Source
sparse-checkoutoption is not present @dscho in #1598v4.1.1Compare Source
v4.1.0Compare Source
actions/setup-node (actions/setup-node)
v4.4.0Compare Source
What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors
Full Changelog: actions/setup-node@v4...v4.4.0
v4.3.0Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: actions/setup-node@v4...v4.3.0
v4.2.0Compare Source
What's Changed
@actions/cacheto^4.0.0by @priyagupta108 in #1191New Contributors
Full Changelog: actions/setup-node@v4...v4.2.0
v4.1.0Compare Source
What's Changed
isGheslogic by @jww3 in #1148This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
Full Changelog: actions/setup-node@v4...v4.1.0
v4.0.4Compare Source
What's Changed
Documentation changes:
New Contributors
Full Changelog: actions/setup-node@v4...v4.0.4
v4.0.3Compare Source
What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v4...v4.0.3
v4.0.2Compare Source
What's Changed
volta.extendsby @ThisIsManta in #921New Contributors
Full Changelog: actions/setup-node@v4.0.1...v4.0.2
v4.0.1Compare Source
What's Changed
package.jsontonode-version-filelist of examples. by @TWiStErRob in #879New Contributors
Full Changelog: actions/setup-node@v4...v4.0.1
hashicorp/setup-terraform (hashicorp/setup-terraform)
v3.1.2Compare Source
NOTES:
v3.1.1Compare Source
BUG FIXES:
v3.1.0Compare Source
ENHANCEMENTS:
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.