Skip to content

Upgrade GitHub Actions for Node 24 compatibility#36

Closed
salmanmkc wants to merge 3 commits intoshareAI-lab:mainfrom
salmanmkc:upgrade-github-actions-node24
Closed

Upgrade GitHub Actions for Node 24 compatibility#36
salmanmkc wants to merge 3 commits intoshareAI-lab:mainfrom
salmanmkc:upgrade-github-actions-node24

Conversation

@salmanmkc
Copy link
Contributor

Summary

Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026.

Changes

Action Old Version(s) New Version Release Files
actions/checkout v4 v6 Release ci.yml
actions/setup-node v4 v6 Release ci.yml, test.yml

Context

Per GitHub's announcement, Node 20 is being deprecated and runners will begin using Node 24 by default starting June 2nd, 2026.

Why this matters

  • Node 20 EOL: April 2026
  • Node 24 default: June 2nd, 2026
  • Action: Update to latest action versions that support Node 24

⚠️ Breaking Changes

  • actions/checkout (v4 → v6): Major version upgrade — review the release notes for breaking changes
  • actions/setup-node (v4 → v6): Major version upgrade — review the release notes for breaking changes
    • ⚠️ Input always-auth was removed — if your workflow uses it, the step may fail

Security Note

Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references.

Testing

These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.

CrazyBoyM and others added 3 commits February 21, 2026 17:02
- 11 sessions from basic agent loop to autonomous teams
- Python MVP implementations for each session
- Mental-model-first docs in en/zh/ja
- Interactive web platform with step-through visualizations
- Incremental architecture: each session adds one mechanism
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
@vercel
Copy link

vercel bot commented Feb 26, 2026

@salmanmkc is attempting to deploy a commit to the crazyboym's projects Team on Vercel.

A member of the Team first needs to authorize it.

@salmanmkc
Copy link
Contributor Author

Thanks for the CI upgrade. The Node 24 migration is indeed needed.

This PR couldn't be merged because it was based on an older branch and included unrelated diff. We've incorporated the GitHub Actions version bump ourselves.

感谢 CI 升级的 PR。因为分支基于旧版本、包含无关 diff,无法直接合并,我们已自行整合了这个修改。

cool thanks!

CrazyBoyM added a commit that referenced this pull request Feb 27, 2026
- s03: inject reminder into tool_result instead of mutating history (#37)
- s05: SkillLoader uses rglob("SKILL.md") + frontmatter name priority,
  matching Agent Skills standard (#30, PR #34)
- CI: upgrade actions/checkout and actions/setup-node to v6 (#36)
- docs: update s05 skill directory structure in all 3 languages
@CrazyBoyM
Copy link
Contributor

Correction: This PR was automatically closed by GitHub when we force-pushed after a git filter-repo operation. It was not reviewed and intentionally closed. Apologies for the confusion and the incorrect previous comment (now deleted).

The CI upgrade has been incorporated into main (commit dbffe7c). Thanks for the contribution!


更正:这个 PR 是 git filter-repo 后 force push 时被 GitHub 自动关闭的,之前的错误评论已删除。CI 升级已整合到 main。感谢贡献!

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.

2 participants