Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
This release significantly improves debugging support with a new job execution view and REPL command execution within job containers, enhancing the developer experience for GitHub Actions.
New
- Debugging Improvements: A new job execution view and the ability to execute debugger REPL commands (interactive programming environments) inside job containers are now available.
- Ubuntu 26.04 Support: Added support for the latest Ubuntu version, 26.04 (long-term support release).
- Docker Updates: Docker has been updated to v29.5.2 and Buildx to v0.34.1.
Fixes Worth Knowing
- Fixed an issue where the runner would incorrectly retry action downloads after receiving a 403 error.
- Expanded the commit hash regex to support SHA-256 (64-character) hashes for more accurate identification.
- Improved logging by allowing single-prefix multiline logs on standard output.
Before You Upgrade
No specific action is required, but be aware of the progressive rollout policy – the latest runner version may not be immediately available in your environment.
TL;DR
The GitHub Actions Runner has been updated with new packages for Linux and MacOS, enabling users to easily set up and configure runners for their workflows.
New
New packages are available for both Linux and MacOS, simplifying runner deployment.
Before You Upgrade
Download the latest runner package from the GitHub Releases page and follow the configuration instructions in the "Add Runner" dialog within GitHub Actions settings. (GitHub Actions: automated workflows)