What problem does it solve?
It solves the problem of GitHub Actions pipeline breakage and rising CI costs by showing how to adopt 2025 platform changes—runners, artifact handling, release immutability, and security/governance updates—so automation remains reliable and efficient.
Core Features & Use Cases
- 1 vCPU Linux Runners (Public Preview): Use lower-cost, short-timeout runners for lightweight automation like issue triage, label management, PR comments, and simple Git operations.
- Immutable Releases (August 2025): Create releases that cannot have assets or tags changed or deleted to improve supply-chain security and auditability.
- Node24 Migration (September 2025): Update workflows to use Node24-compatible action versions and runner support ahead of Node20 deprecation.
- Security & Governance Improvements: Apply allowed-actions policy updates with explicit blocking and SHA pinning, and require approval for Copilot-triggered workflows.
- Workflow Maintenance Updates: Migrate artifacts to the February 2025 architecture, retire windows-2019 runners by moving to windows-2022/windows-latest, and use environments for protected deployments.
Quick Start
Update your workflows to use ubuntu-latest-1-core for short automation jobs, switch to SHA-pinned action references, migrate any deprecated artifact upload steps to actions/upload-artifact@v4+, and set production deployments to use a protected environment named production.