RSS Parrot

BETA

🦜 actions Archives - The GitHub Blog

@github.blog.changelog.label.actions@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Updates, ideas, and inspiration from GitHub to help developers build and design software.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: github.blog/changelog/label/actions/

Feed URL: github.blog/changelog/label/actions/feed

Posts: 13

Followers: 2

Workflow dispatch API now returns run IDs

Published: February 19, 2026 22:39

When you trigger a workflow using the GitHub Actions workflow dispatch API endpoint, you’ll now have the option to receive metadata in the response that helps you map your request… The post Workflow dispatch API now returns run IDs appeared first on The…

Updated GitHub status page experience

Published: February 14, 2026 00:16

We’ve updated the GitHub status page to make incident information easier to find and more useful during an active event. The status site now includes a 90-day historical view of availability and… The post Updated GitHub status page experience appeared…

GitHub Actions: Self-hosted runner minimum version enforcement extended

Published: February 5, 2026 12:53

We’ve extended the timeline for configuration‑time version enforcement of the minimum self‑hosted runner requirement by one week. You now have until March 16, 2026 to upgrade your runners to v2.329.0 or later.… The post GitHub Actions: Self-hosted runner…

GitHub Actions: Early February 2026 updates

Published: February 5, 2026 12:51

This month, GitHub Actions introduces new capabilities, including custom runner autoscaling, expanded security controls for all users, and early access to new Windows and macOS runner images. GitHub Actions runner… The post GitHub Actions: Early February…

Strengthen your supply chain with code-to-cloud traceability and SLSA Build Level 3 security

Published: January 20, 2026 16:46

You can now link build artifacts like containers and binaries to GitHub and add storage and deployment context, even if the artifacts live outside GitHub. This helps you get code-to-cloud… The post Strengthen your supply chain with code-to-cloud…

Rate limiting for actions cache entries

Published: January 16, 2026 21:31

GitHub Actions cache now has a rate limit of 200 uploads/minute per repo. This limit only impacts uploads of new cache entries—it does not impact cache entries that are downloaded… The post Rate limiting for actions cache entries appeared first on The…