Update README to include Node.js 24 support details and requirements (#2248)
Some checks failed
Build and Test / test-proxy (push) Failing after 30s
Build and Test / test (ubuntu-latest) (push) Failing after 35s
Licensed / Check licenses (push) Successful in 53s
Build and Test / test-git-container (push) Failing after 26s
Build and Test / test-bypass-proxy (push) Failing after 1m6s
Build and Test / test-output (push) Failing after 36s
CodeQL / Analyze (javascript) (push) Failing after 2m2s
Build and Test / build (push) Failing after 2m16s
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
This commit is contained in:
Salman Chishti 2025-08-13 13:57:25 +01:00 committed by GitHub
parent 08c6903cd8
commit ff7abcd0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)