Skip to content

Commit 40cee30

Browse files
committed
Prepare cache v5 release
1 parent 5e183da commit 40cee30

4 files changed

Lines changed: 83 additions & 23 deletions

File tree

packages/cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The cache backend service has been rewritten from the ground up for improved per
1212

1313
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**.
1414

15-
**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.**
15+
**All previous versions of this package will be deprecated**. We recommend upgrading to version `5.0.0` as soon as possible before **February 1st, 2025.**
1616

1717
If you do not upgrade, all workflow runs using any of the deprecated [@actions/cache](https://github.com/actions/toolkit/tree/main/packages/cache) packages will fail.
1818

19-
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`.
19+
Upgrading to the recommended version should not break or require any changes to your workflows beyond updating your `package.json` to version `5.0.0`.
2020

2121
Read more about the change & access the migration guide: [reference to the announcement](https://github.com/actions/toolkit/discussions/1890).
2222

packages/cache/RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @actions/cache Releases
22

3+
### 5.0.0
4+
5+
- Bump `@actions/core` from `^1.11.1` to `^2.0.0`
6+
- Bump `@actions/exec` from `^1.0.1` to `^2.0.0`
7+
- Bump `@actions/glob` from `^0.1.0` to `^0.5.0`
8+
- Bump `@actions/http-client` from `^2.1.1` to `^3.0.0`
9+
- Bump `@actions/io` from `^1.0.1` to `^2.0.0`
10+
- Add support for Node.js 24 [#2110](https://github.com/actions/toolkit/pull/2110)
11+
- Add `node-fetch` override to resolve audit vulnerabilities [#2110](https://github.com/actions/toolkit/pull/2110)
12+
313
### 4.1.0
414

515
- Remove client side 10GiB cache size limit check & update twirp client [#2118](https://github.com/actions/toolkit/pull/2118)

packages/cache/package-lock.json

Lines changed: 66 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"url": "https://github.com/actions/toolkit/issues"
3838
},
3939
"dependencies": {
40-
"@actions/core": "^1.11.1",
41-
"@actions/exec": "^1.0.1",
42-
"@actions/glob": "^0.1.0",
40+
"@actions/core": "^2.0.0",
41+
"@actions/exec": "^2.0.0",
42+
"@actions/glob": "^0.5.0",
4343
"@protobuf-ts/runtime-rpc": "^2.11.1",
44-
"@actions/http-client": "^2.1.1",
45-
"@actions/io": "^1.0.1",
44+
"@actions/http-client": "^3.0.0",
45+
"@actions/io": "^2.0.0",
4646
"@azure/abort-controller": "^1.1.0",
4747
"@azure/ms-rest-js": "^2.6.0",
4848
"@azure/storage-blob": "^12.13.0",

0 commit comments

Comments
 (0)