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
[Sync to prerelease] Update GitHub Actions for Node.js 24 compatibility (#1966)
* Update actions/checkout to v6 and actions/github-script to v8
GitHub is deprecating Node.js 20 for Actions runners, forcing Node.js 24
starting June 2, 2026. Update official GitHub Actions to Node 24-compatible
versions across all workflow files.
* Update third-party actions for Node.js 24 compatibility
- korthout/backport-action: v3 -> v4 (node24)
- stefanzweifel/git-auto-commit-action: v5 -> v7 (node24)
The skip_checkout input in update-downloads.yml was removed as v6+
no longer switches branches internally (equivalent default behavior).
* Update release-info composite action to Node 24
The bundled CJS code (node-fetch@2, hasha@5) is compatible with Node 24.
(cherry picked from commit 5725511)
Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
0 commit comments