Sourced from actions/cache's releases.
v4.2.0
⚠️ 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
orv3
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
orv3.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:
@actions/core
:1.11.1
@actions/io
:1.1.3
@vercel/ncc
:0.38.3
Full Changelog: https://github.com/actions/cache/compare/v4...v4.2.0
Sourced from actions/cache's changelog.
4.2.0
TLDR; 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
orv3
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
orv3.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.
1bd1e32
Merge pull request #1509
from actions/Link-/cache-4.2.0882d7ce
Add 3.4.0 release notesf2695d7
Rerun CIf46ceeb
Add licensed outpute6f5858
Add lodash to list of reviewed licenses4ae6f21
Add reviewed licensed packagesc16df86
Add licensed outputb109c12
Upgrade @actions/core
to 1.11.1 and other depsb7d227d
Upgrade @vercel/ncc
to 0.38.3faf6392
Update RELEASES.md