Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare @actions/cache 4.0.0 release #1886

Merged
merged 6 commits into from
Dec 4, 2024
Merged

Prepare @actions/cache 4.0.0 release #1886

merged 6 commits into from
Dec 4, 2024

Conversation

Link-
Copy link
Member

@Link- Link- commented Dec 3, 2024

⚠️ Important changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. The @actions/cache package 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 this release are fully backward compatible.

All previous versions of this package will be deprecated. We recommend upgrading to version 4.0.0 as soon as possible before February 1st, 2025.

If you do not upgrade, all workflow runs using any of the deprecated @actions/cache packages will fail.

Upgrading to the recommended version should not break or require any changes to your workflows beyond updating your package.json to version 4.0.0.

Read more about the change & access the migration guide: reference to the announcement.

Fixes: https://github.com/github/actions-relaunch/issues/907

@Link- Link- requested a review from a team as a code owner December 3, 2024 10:40
@Link- Link- changed the title Prepare @actions/cache 4.0.0 release Prepare @actions/cache 4.0.0 release Dec 3, 2024
@Link- Link- self-assigned this Dec 3, 2024
packages/cache/README.md Outdated Show resolved Hide resolved
packages/cache/RELEASES.md Outdated Show resolved Hide resolved
@Link- Link- merged commit b7a00a3 into main Dec 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants