saas vendor
GitHub Actions
Runner/runtime deprecations and workflow-command removals.
Tracked changes
2- Source ↗BreakingAction required
Actions running on Node 16 forced to Node 20
GitHub migrated the Actions runtime off Node 16; actions declaring runs.using: node16 are auto-run on node20 and will eventually fail. Update your action metadata and any node16 dependencies.
published 2023-09-22 · sunsets 2024-06-30
- Source ↗Deprecation
set-output & save-state workflow commands removed
The ::set-output:: and ::save-state:: commands were deprecated and disabled in favor of the $GITHUB_OUTPUT / $GITHUB_STATE environment files. Workflows using the old syntax silently stop passing outputs.
published 2022-10-11 · sunsets 2023-12-31
Powered by ChangelogRadar's deprecation & pricing archive · sourced to every vendor's own changelog · scan your package.json →. Curated best-effort from public sources; not authoritative — verify with the vendor before acting.