docs: update README with v5 release notes

This commit is contained in:
Salman Muin Kayser Chishti 2025-12-11 18:31:07 +00:00
parent 640a1c2554
commit 4cfb847bc9

View file

@ -21,7 +21,7 @@ The cache backend service has been rewritten from the ground up for improved per
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).
**We are deprecating some versions of this action**. We recommend upgrading to version `v5`, `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`
@ -31,6 +31,14 @@ Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: [reference to the announcement](https://github.com/actions/cache/discussions/1510).
### v5
* Updated to Node.js 24
* Bumped `@actions/cache` to `5.0.0`
* Bumped `@actions/core` to `2.0.0`
* Bumped `@actions/exec` to `2.0.0`
* Bumped `@actions/io` to `2.0.0`
### v4
* Integrated with the new cache service (v2) APIs.