-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update GitHub Actions for Node 24 action runtime #101
Copy link
Copy link
Open
Labels
area: build-ciComposer, npm, linting, static analysis, GitHub Actions, or release automation.Composer, npm, linting, static analysis, GitHub Actions, or release automation.priority: mediumUseful or user-impacting work that should be planned but is not blocking now.Useful or user-impacting work that should be planned but is not blocking now.type: maintenanceEngineering maintenance, CI, dependency, refactor, tooling, or release hygiene.Engineering maintenance, CI, dependency, refactor, tooling, or release hygiene.
Milestone
Metadata
Metadata
Assignees
Labels
area: build-ciComposer, npm, linting, static analysis, GitHub Actions, or release automation.Composer, npm, linting, static analysis, GitHub Actions, or release automation.priority: mediumUseful or user-impacting work that should be planned but is not blocking now.Useful or user-impacting work that should be planned but is not blocking now.type: maintenanceEngineering maintenance, CI, dependency, refactor, tooling, or release hygiene.Engineering maintenance, CI, dependency, refactor, tooling, or release hygiene.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
GitHub Actions emitted a Node.js 20 action-runtime deprecation warning during the release/1.6.0 Playwright Smoke workflow.
Evidence
The merge-commit workflow passed, but GitHub warned that actions currently running on the Node.js 20 action runtime will be forced toward Node 24 soon. The warning referenced common workflow actions such as checkout/setup/cache actions.
Acceptance criteria
Release impact
Not a blocker for 1.6.0 because the current workflows pass. This should be handled before the warning becomes a CI stability problem.