You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ Upgrading to the recommended versions will not break your workflows.
34
34
35
35
Read more about the change & access the migration guide: [reference to the announcement](https://github.com/actions/cache/discussions/1510).
36
36
37
+
### v5
38
+
39
+
* Updated to node 24
40
+
* Requires a minimum Actions Runner version of `2.327.1`
41
+
37
42
### v4
38
43
39
44
* Integrated with the new cache service (v2) APIs.
@@ -69,6 +74,10 @@ Create a workflow `.yml` file in your repository's `.github/workflows` directory
69
74
70
75
If you are using this inside a container, a POSIX-compliant `tar` needs to be included and accessible from the execution path.
71
76
77
+
> **Note**
78
+
> `actions/cache@v5` runs on Node.js 24 and requires a minimum Actions Runner version of `2.327.1`.
79
+
> If you are using self-hosted runners, ensure they are updated before upgrading.
80
+
72
81
If you are using a `self-hosted` Windows runner, `GNU tar` and `zstd` are required for [Cross-OS caching](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cross-os-cache) to work. They are also recommended to be installed in general so the performance is on par with `hosted` Windows runners.
0 commit comments