-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
choreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)General tasks (e.g. update dependencies, contact a manufacturer, read a paper)
Description
Chore Type
Dependency update
Description
GitHub Actions is deprecating Node.js 20 runners. Starting June 2, 2026, actions will be forced to run with Node.js 24 by default.
This action is currently running on Node.js 20 and needs to be updated to support Node.js 24.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Acceptance Criteria
- Update
action.ymlto usenode24runtime - Update dependencies for Node.js 24 compatibility
- Test action on Node.js 24
- Release new version with Node.js 24 support
Implementation Notes
- Update
runs.usinginaction.ymlfromnode20tonode24 - Run tests with Node.js 24 to identify breaking changes
- May be combined with or depend on [CHORE] Plan migration to @actions/core v3 (ESM-only) #71 (@actions/core v3 ESM migration)
Related Issues
Related to #71
Priority
High
Changelog Category
Changed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
choreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)General tasks (e.g. update dependencies, contact a manufacturer, read a paper)