Skip to content

chore(ci): migrate actions to Node 24 runtime - #17

Merged
ClaudiaFang merged 1 commit into
mainfrom
chore/github-actions-node24-migration
Sep 22, 2026
Merged

ClaudiaFang merged 1 commit into
mainfrom
chore/github-actions-node24-migration

Conversation

@ClaudiaFang

Copy link
Copy Markdown
Member

Tracks firstsun-dev/.github#29

Upgraded actions

  • actions/checkout v4 → v6

Why

GitHub is deprecating the Node.js 20 runtime for JavaScript actions; the previous versions declare runs.using: node20. The new versions declare node24 (verified in each upstream action.yml).

Validation

  • YAML parses for all workflows; actionlint run on changed files — only pre-existing findings unrelated to the changed lines
  • Grep confirms no remaining targeted old action versions
  • git diff is minimum-diff (only uses: lines)
  • Workflow-only change; no application tests affected

Compatibility notes

  • No breaking changes affecting the inputs used here.

Behavior

No workflow or application behavior was intentionally changed (runners, permissions, secrets, env, triggers, concurrency, job deps, app Node/Python versions untouched).

🤖 Generated with Claude Code

Tracks firstsun-dev/.github#29

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ClaudiaFang
ClaudiaFang merged commit 0bb06b0 into main Sep 22, 2026
1 of 2 checks passed
@ClaudiaFang
ClaudiaFang deleted the chore/github-actions-node24-migration branch September 22, 2026 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant