Skip to content

Update GitHub Actions to Node 24 runtimes - #34

Merged
ironicbadger merged 1 commit into
mainfrom
agent/update-github-actions-node24
Jul 31, 2026
Merged

Update GitHub Actions to Node 24 runtimes#34
ironicbadger merged 1 commit into
mainfrom
agent/update-github-actions-node24

Conversation

@ironicbadger

Copy link
Copy Markdown
Contributor

Summary

  • update all actions/checkout uses to v7
  • update all actions/setup-python uses to v7
  • update stefanzweifel/git-auto-commit-action to v7

Why

The failed scheduled run was caused by a transient HTTP 502 from linuxactionnews.com/93; rerunning the failed jobs succeeded. Its logs also exposed deprecation warnings because the old action versions target Node.js 20. These current major versions use the supported Node.js 24 runtime.

Impact

The workflows keep Python 3.12 and their existing behavior while removing the Node.js 20 deprecation path.

Validation

  • actionlint v1.7.12
  • git diff --check
  • failed workflow rerun completed successfully (using the pre-change workflow)

@ironicbadger
ironicbadger marked this pull request as ready for review July 31, 2026 14:17
@ironicbadger
ironicbadger merged commit 348c5e4 into main Jul 31, 2026
2 checks passed
@ironicbadger
ironicbadger deleted the agent/update-github-actions-node24 branch July 31, 2026 14:17
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