Update GitHub Actions#2460
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8568554 to
30300f5
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.1v1→v1.0.3v4→v4.3.1v3→v3.9.1v5→v5.6.0v4→v4.2.1v2→v2.10.0v1→v1.21.0e42c5d1Release 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-rs/cargo (actions-rs/cargo)
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
actions/checkout (actions/checkout)
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
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)
v3.9.1Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.9.1
v3.9.0Compare Source
What's Changed
In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: actions/setup-node@v3...v3.9.0
v3.8.2Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.8.2
v3.8.1Compare Source
What's Changed
In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in #831. It is filtered and checked in the toolkit/cache library.
Full Changelog: actions/setup-node@v3...v3.8.1
v3.8.0Compare Source
What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors
Full Changelog: actions/setup-node@v3...v3.8.0
v3.7.0Compare Source
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from
cache-dependency-pathinput and add detect all dependencies directories to cache (related pull request and feature request).Besides, we made such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v3.7.0
v3.6.0: Add Support for Nightly, Canary and RC builds for Node.jsCompare Source
In scope of this release we added support to download nightly, rc (#611) and canary (#619) Node.js distributions.
For nightly versions:
For canary versions:
For rc versions:
Note: For more examples please refer to documentation.
Besides, we added the following changes as:
v3.5.1: Update @actions/core and Print Node, Npm, Yarn versionsCompare Source
In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.
v3.5.0: Add support for engines.node and VoltaCompare Source
In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. #485. Moreover, we added support for Volta
Besides, we updated @actions/core to 1.9.1 and @actions/cache to 3.0.4
v3.4.1: Fix pnpm output and node-version output issuesCompare Source
In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from
pnpm store path#545. Moreover we fixed the issue with falling on node-version output #540.v3.4.0: Add support for asdf format and update actions/cache version to 3.0.0Compare Source
In scope of this release we updated
actions/cachepackage as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file #373. Besides, we introduced new output node-version and addednpm-shrinkwrap.jsonto dependency file patterns: #439v3.3.0: Add support for lts/-n aliasesCompare Source
In scope of this release we added support for
lts/-naliases, improve logic forcurrent,latestandnodealiases to handle them fromtoolcache, updatenccpackage.Support of lts/-n aliases
Minor improvements
v3.2.0: Add current, node, latest aliasesCompare Source
In scope of this release we added new aliases to install the latest Node.js version. #483
v3.1.1: Update actions/cache version to 2.0.2Compare Source
In scope of this release we updated
actions/cachepackage as the new version contains fixes related to GHES 3.5 (#460)v3.1.0: Add caching support on GHES 3.5Compare Source
In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore. Besides, we updated
actions/cachedependency to 2.0.0 version.actions/setup-python (actions/setup-python)
v5.6.0Compare Source
What's Changed
Full Changelog: actions/setup-python@v5...v5.6.0
v5.5.0Compare Source
What's Changed
Enhancements:
Bug fixes:
This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.5.0
v5.4.0Compare Source
What's Changed
Enhancements:
Documentation changes:
Dependency updates:
undicifrom 5.28.4 to 5.28.5 by @dependabot in #1012urllib3from 1.25.9 to 1.26.19 in /tests/data by @dependabot in #895actions/publish-immutable-actionfrom 0.0.3 to 0.0.4 by @dependabot in #1014@actions/http-clientfrom 2.2.1 to 2.2.3 by @dependabot in #1020requestsfrom 2.24.0 to 2.32.2 in /tests/data by @dependabot in #1019@actions/cacheto^4.0.0by @priyagupta108 in #1007New Contributors
Full Changelog: actions/setup-python@v5...v5.4.0
v5.3.0Compare Source
What's Changed
Bug Fixes:
isGheslogic by @jww3 in #963Enhancements:
New Contributors
Full Changelog: actions/setup-python@v5...v5.3.0
v5.2.0Compare Source
What's Changed
Bug fixes:
.zipextension to Windows package downloads forExpand-ArchiveCompatibility by @priyagupta108 in [#916](https://redirect.github.com/actiConfiguration
📅 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.