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
ci: update GitHub Actions to Node.js 24 compatible versions
GitHub is deprecating Node.js 20 actions. Starting June 2nd, 2026,
actions will be forced to run with Node.js 24 by default, and Node.js
20 will be removed from runners on September 16th, 2026.
Update all GitHub Actions in CI workflows to the latest versions that
support Node.js 24 and pin them to commit SHAs for supply-chain
security:
- actions/checkout v5.0.0 -> v6.0.2
- actions/cache v4.3.0 -> v5.0.4
- actions/upload-artifact v5.0.0 -> v7.0.0
- actions/download-artifact v6.0.0 -> v8.0.1
- actions/setup-go v6.0.0 -> v6.3.0
- docker/login-action v3.6.0 -> v4.0.0
- docker/setup-buildx-action v3 (unpinned) -> v4.0.0 (pinned)
- github/codeql-action v4.31.3 -> v4.35.1
- codecov/codecov-action v5.5.1 -> v6.0.0
- zizmorcore/zizmor-action v0.2.0 -> v0.5.2
- google/osv-scanner-action v1.9.2 -> v2.3.5
Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
0 commit comments