Compare commits

...

1 Commits
v5 ... main

Author SHA1 Message Date
Salman Chishti
ff7abcd0c3
Update README to include Node.js 24 support details and requirements (#2248)
Some checks failed
Build and Test / build (push) Failing after 1m32s
CodeQL / Analyze (javascript) (push) Failing after 1m39s
Build and Test / test-proxy (push) Failing after 6s
Build and Test / test (ubuntu-latest) (push) Failing after 9s
Build and Test / test-git-container (push) Failing after 4s
Build and Test / test-output (push) Failing after 5s
Build and Test / test-bypass-proxy (push) Failing after 36s
Licensed / Check licenses (push) Failing after 5m57s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
* Update README to include Node.js 24 support details and requirements

* Update
2025-08-13 13:57:25 +01:00

View File

@ -2,7 +2,11 @@
# Checkout V5
Checkout v5 now supports Node.js 24
## What's new
- Updated to the node24 runtime
- This requires a minimum Actions Runner version of [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) to run.
# Checkout V4
@ -154,9 +158,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
# Scenarios
- [Checkout V5](#checkout-v5)
- [What's new](#whats-new)
- [Checkout V4](#checkout-v4)
- [Note](#note)
- [What's new](#whats-new)
- [What's new](#whats-new-1)
- [Usage](#usage)
- [Scenarios](#scenarios)
- [Fetch only the root files](#fetch-only-the-root-files)