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
build(deps): update GitHub Actions to Node.js 24 (#340)
Fixing:
```
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-java@3a4f6e1, docker/login-action@74a5d14, docker/setup-buildx-action@b5ca514. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
```
## Summary
- Updates all GitHub Actions to latest versions with Node.js 24 runtime
support
- Resolves deprecation warnings: "Node.js 20 actions are deprecated"
- Pins `actions/setup-python` to a full SHA (was unpinned `@v6`)
### Updated actions
| Action | Old | New |
|--------|-----|-----|
| `actions/checkout` | v6.0.1 | v6.0.2 |
| `actions/setup-java` | v4.7.0 | v5.2.0 |
| `actions/setup-node` | v4.3.0 | v6.3.0 |
| `actions/setup-go` | v4.1.0 | v6.3.0 |
| `docker/login-action` | v3.4.0 / v3.7.0 | v4.0.0 |
| `docker/setup-buildx-action` | v3.10.0 | v4.0.0 |
| `docker/build-push-action` | v5.4.0 | v7.0.0 |
| `actions/setup-python` | @v6 (unpinned) | v6.2.0 |
## Test plan
- [ ] Trigger a scheduled workflow run and verify builds complete
without Node.js 20 deprecation warnings
- [ ] Verify Docker build & push still works correctly
- [ ] Verify manifest creation still works
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments