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 workflows with the addition of a Debug Adapter Protocol (DAP) server and WebSocket bridge, enabling remote debugging of workflows.
New
- Debug Adapter Protocol (DAP) Support: Allows for remote debugging of workflows using standard debugging tools (integrated development environments).
- Improved Action Resolution: Action resolution is now more efficient, especially for composite actions, reducing workflow startup times.
- Job Context Accessors: New typed accessors (
job.workflow_*) provide better type safety when accessing workflow information.
Fixes Worth Knowing
- Bearer Token Support: Now supports Bearer tokens for downloading action archives, resolving authentication issues.
- Node Version Updates: Runner now supports newer Node versions.
Before You Upgrade
Ensure your debugging tools are compatible with the Debug Adapter Protocol (DAP) for optimal workflow debugging.
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)