Dev Toolsactions/checkout v7 Blocks pull_request_target PRsactions/checkout v7 refuses to fetch fork PR code in pull_request_target and workflow_run by default. Here's the fix if your workflow relied on it.Aug 13, 2026Read more →
Dev ToolsApprove Workflow Runs From github-actions[bot] PRsPull requests from github-actions[bot] can now trigger CI workflows, but only after a collaborator approves the run. Here's how the gate works.Aug 13, 2026Read more →
Dev ToolsSet Up GitHub Agentic Workflows in ActionsGitHub Agentic Workflows (public preview) compiles Markdown into Actions YAML for AI-driven triage and CI analysis, sandboxed behind a read-only default.Aug 13, 2026Read more →
Dev ToolsGitHub Actions Cache Goes Read-Only on Untrusted TriggersGitHub Actions now issues read-only cache tokens for untrusted triggers like pull_request_target, closing a cache-poisoning path. Here's what still writes.Aug 13, 2026Read more →
Dev ToolsBuild Custom GitHub Actions Runner Images in LayersGitHub Actions larger runners can now build a custom image on top of another custom image, plus conditional snapshot: generation for image versions.Aug 13, 2026Read more →
Dev ToolsRun GitHub Actions Steps in Parallel With backgroundGitHub Actions steps can now run in parallel with background: true, wait, wait-all, cancel, and parallel. Here is when to use each keyword.Aug 13, 2026Read more →
Dev ToolsReference Same-Repo Actions With $/ SyntaxGitHub Actions' new $/ syntax resolves a same-repo action to the exact running commit, no checkout step needed. Requires runner 2.336.0 or newer.Aug 13, 2026Read more →
Dev ToolsGitHub Actions' Summer 2026 Overhaul: Full GuideGitHub shipped 10 Actions changes across June-July 2026: one breaking checkout default, a runner version cutoff, new security controls, and new syntax.Aug 13, 2026Read more →
Dev ToolsGitHub Actions: Upgrade Self-Hosted Runners by Jul 31GitHub now enforces a minimum self-hosted runner version (2.329.0+) with brownout windows before full enforcement. Check your version before jobs stop running.Aug 13, 2026Read more →
Dev ToolsSet Up GitHub Actions Workflow Execution ProtectionsWorkflow execution protections let you allow-list who can trigger GitHub Actions workflows and which events are permitted, built on GitHub's rulesets.Aug 13, 2026Read more →
Dev ToolsRestrict GitHub-Hosted Runners to Named Runner GroupsGitHub Team and Enterprise plans can disable standard runner labels like ubuntu-latest org-wide and force workflows through named runner groups instead.Aug 13, 2026Read more →
Dev ToolsWrangler Skips Naming Prompts in Agent/CI DeploysWrangler 4.116 detects non-interactive terminals and skips the first-deploy naming prompt automatically, fixing CI pipelines and AI agents driving the CLI.Aug 6, 2026Read more →
Data & AutomationCloudflare Workers Deploys: Built-In Git vs. GitHub ActionsTwo ways to auto-deploy a static site to Cloudflare Workers: built-in Git integration vs. a custom GitHub Actions workflow, and how to choose.Jul 27, 2026Read more →