actions/cache (actions/cache)
Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
Compare Source
Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.3
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4...v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4...v4.2.4
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
Compare Source
What's Changed
[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
Full Changelog: actions/cache@v4.2.1...v4.2.2
Compare Source
What's Changed
[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
New Contributors
Full Changelog: actions/cache@v4.2.0...v4.2.1
Compare Source
⚠️ Important Changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
Full Changelog: actions/cache@v4.1.2...v4.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.1.1...v4.1.2
Compare Source
What's Changed
Full Changelog: actions/cache@v4.1.0...v4.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
Compare Source
What's Changed
Full Changelog: actions/cache@v4.0.1...v4.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4...v4.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v4.0.0
Compare Source
Compare Source
- Bump
actions/cache to v4.1.0
Full Changelog: actions/cache@v3...v3.5.0
Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.2...v3.4.3
Compare Source
What's Changed
[!IMPORTANT]
As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.
Full Changelog: actions/cache@v3.4.0...v3.4.2
Compare Source
[!WARNING]
This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use v3.4.2 (or v3) instead.
Compare Source
⚠️ Important Changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
Full Changelog: actions/cache@v3.3.3...v3.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.2
Compare Source
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by @kotewar in #1129
Full Changelog: actions/cache@v3...v3.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.0
Compare Source
What's Changed
- Updated branch in Force deletion of caches by @t-dedah in #1108
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners by @pdotl in #1118
Full Changelog: actions/cache@v3...v3.2.6
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.5
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.4
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3.2.1...v3.2.2
Compare Source
What's Changed
Full Changelog: actions/cache@v3.2.0...v3.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.0.11
Compare Source
- Fix a bug with sorting inputs.
- Update definition for
restore-keys in README.md
Compare Source
- Enhanced the warning message for cache unavailability in case of GHES.
Compare Source
What's Changed
- Fix
zstd not working for windows on gnu tar in issues.
- Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.
Compare Source
What's Changed
- Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.
Compare Source
What's Changed
- Add example for clojure lein project dependencies by @shivamarora1 in PR #835
- Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @pdotl in PR #887
- Fix issue #809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
- Fix issue #833 where cache save was not working for caching github workspace directory
New Contributors
Full Changelog: actions/cache@v3...v3.0.6
Compare Source
Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.
Compare Source
In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.
Compare Source
Fixed avoiding empty cache save when no files are available for caching. (#624)
Compare Source
This release adds the support for dynamic cache size cap on GHES.
Compare Source
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
Compare Source
-
This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.
-
Few dependencies and cache action usage examples have also been updated.
Compare Source
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
v2→v5Release Notes
actions/cache (actions/cache)
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
v4.3.0Compare Source
What's Changed
v4.3.0release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
v4.2.4Compare Source
What's Changed
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by @Link- in #16344.2.4by @Link- in #1636New Contributors
Full Changelog: actions/cache@v4...v4.2.4
v4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.0...v4.2.1
v4.2.0Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v4.1.2...v4.2.0
v4.1.2Compare Source
What's Changed
isGheslogic by @jww3 in #14744.1.2release by @Link- in #1477New Contributors
Full Changelog: actions/cache@v4.1.1...v4.1.2
v4.1.1Compare Source
What's Changed
cache-hitoutput by @joshmgross in #1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
save-alwaysinput by @joshmgross in #1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
v4.0.2Compare Source
What's Changed
fail-on-cache-missnot working by @cdce8p in #1327Full Changelog: actions/cache@v4.0.1...v4.0.2
v4.0.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4...v4.0.1
v4.0.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v4.0.0
v4Compare Source
v3.5.0Compare Source
actions/cacheto v4.1.0Full Changelog: actions/cache@v3...v3.5.0
v3.4.3Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.2...v3.4.3
v3.4.2Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.0...v3.4.2
v3.4.1Compare Source
v3.4.0Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v3.3.3...v3.4.0
v3.3.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.3
v3.3.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.2
v3.3.1Compare Source
What's Changed
Full Changelog: actions/cache@v3...v3.3.1
v3.3.0Compare Source
What's Changed
lookup-onlyoption by @cdce8p in #1041New Contributors
Full Changelog: actions/cache@v3...v3.3.0
v3.2.6Compare Source
What's Changed
Full Changelog: actions/cache@v3...v3.2.6
v3.2.5Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.5
v3.2.4Compare Source
What's Changed
set-outputcommand is deprecated by @siguikesse in #1046fail-on-cache-missoption by @cdce8p in #1036New Contributors
Full Changelog: actions/cache@v3...v3.2.4
v3.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.3
v3.2.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3.2.1...v3.2.2
v3.2.1Compare Source
What's Changed
Full Changelog: actions/cache@v3.2.0...v3.2.1
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.2.0
v3.0.11Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.0.11
v3.0.10Compare Source
restore-keysin README.mdv3.0.9Compare Source
v3.0.8Compare Source
What's Changed
zstdnot working for windows on gnu tar in issues.SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.v3.0.7Compare Source
What's Changed
v3.0.6Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.0.6
v3.0.5Compare Source
Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.
v3.0.4Compare Source
In this release, we have fixed the tar creation error while trying to create it with path as
~/home folder onubuntu-latest.v3.0.3Compare Source
Fixed avoiding empty cache save when no files are available for caching. (#624)
v3.0.2Compare Source
This release adds the support for dynamic cache size cap on GHES.
v3.0.1Compare Source
v3.0.0Compare Source
This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.
Few dependencies and cache action usage examples have also been updated.
v3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.