GitHub Actions now supports non-zipped artifacts, eliminating double compression friction//GitHub Actions has added support for uploading and downloading unzipped artifacts through updated versions of `actions/upload-artifact` (v7) and `actions/download-artifact` (v8). Users can now set the `archive` parameter to `false` to skip automatic compression, enabling direct browser viewing of compatible file types and eliminating the "double zip problem." featureplatformapi
releasefeatureplatform
GitHub Actions workflow dispatch API now returns run IDs and URLs//GitHub's workflow dispatch API now includes an optional `return_run_details` parameter that returns workflow metadata (ID, API URL, workflow URL) in a 200 OK response, enabling developers to track triggered runs without polling. The feature is also available in GitHub CLI v2.87.0+ with `gh workflow run` commands defaulting to return run details. apifeaturerelease
GitHub Copilot coding agent now supports Windows development environments//GitHub's autonomous Copilot coding agent can now run on Windows development environments, powered by GitHub Actions, allowing developers working on Windows projects to get AI-assisted pull requests with verified builds and passing tests. The feature requires configuration via a `copilot-setup-steps.yml` file and is recommended for use with self-hosted or larger runners due to firewall compatibility constraints. featureplatform
releasefeatureapiplatformintegration
GitHub Copilot coding agent switches to plan-based network routing on Feb 27//GitHub is updating the Copilot coding agent's network configuration to use subscription-based routing, with different API endpoints for Business, Enterprise, and Pro users. Teams running the agent on self-hosted or Azure private networked runners must update their firewall rules by February 27, 2026 to avoid task failures. featureapibreaking-change
releasefeaturesecurityperformancebugfix
releasebreaking-changeplatform
releasefeatureplatformopen-sourcesecurity