Skip to content

Commit 9e02f8f

Browse files
committed
Prepare v5.0.0 release
- Bump package version to 5.0.0 - Add v5.0.0 release notes (Node.js 24 runtime + runner requirement)
1 parent ffd11d2 commit 9e02f8f

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Releases
22

3+
## Changelog
4+
5+
### 5.0.0
6+
7+
- Updated to the Node.js 24 runtime.
8+
- Requires minimum Actions Runner version v2.327.1.
9+
310
### 4.3.0
411

512
- Bump `@actions/cache` to [v4.1.0](https://github.com/actions/toolkit/pull/2132)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",

0 commit comments

Comments
 (0)