Skip to content

chore(deps): update github/gh-aw action to v0.76.1#369

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-gh-aw-0.x
Open

chore(deps): update github/gh-aw action to v0.76.1#369
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-gh-aw-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 10, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
github/gh-aw action minor v0.67.1v0.76.1

Release Notes

github/gh-aw (github/gh-aw)

v0.76.1

Compare Source

🌟 Release Highlights

This release brings a new replay command for timeline log visualization, inline skill support, improved safe-outputs reliability, and Codex model updates.

✨ What's New
  • replay command — Render and stream unified timeline logs directly in your terminal for faster post-run analysis (#​34835)
  • Inline skill extraction/runtime — Define and run skills inline within workflows, mirroring the inline sub-agent syntax for a more consistent authoring experience (#​34874)
  • Codex default model updated to gpt-5.4 — Workflows using Codex now use the latest model by default; lockfiles have been regenerated (#​34804)
  • tracker-id frontmatter documented — The tracker-id field is now fully documented in the reference, making it easier to correlate workflow runs with external tracking systems (#​34799)
🐛 Bug Fixes & Improvements
  • safe-outputs push_to_pull_request_branch — Documented as append-only and now auto-linearizes merge commits before a signed push, preventing push failures on branches with merge history (#​34834)
  • Codex threat-detection — Response-event logs from Codex are now correctly parsed in threat-detection result processing (#​34850)
  • Step name alignment stabilized — Direct manifest reads are now permitted and agent guidance tightened to prevent step name drift (#​34873)
  • Reduced duplicate frontmatter scanningParseWorkflow no longer scans frontmatter twice, improving compilation performance (#​34819)
  • Build & test reliability — Integration-tagged builds and CGO fuzz jobs now correctly share test helpers, eliminating spurious CI failures (#​34841, #​34816)

For complete details, see CHANGELOG.

Generated by 🚀 Release · sonnet46 838.6K


What's Changed

Full Changelog: github/gh-aw@v0.76.0...v0.76.1

v0.76.0

Compare Source

🌟 Release Highlights

This release brings a major new engine (Antigravity), significant improvements to token forecasting, supply chain protection, and expanded observability — alongside a wave of quality and performance improvements.

✨ What's New
  • Antigravity Engine — A new first-class AI engine joins gh-aw. The Antigravity engine is available as a workflow option, with Gemini now deprecated in its favor. (#​34693)

  • First-class engine.permission-mode — Claude's permission mode is now decoupled from bash wildcard access. You can explicitly set engine.permission-mode in your workflow frontmatter for fine-grained control over agent permissions. (#​34525)

  • Unified Event Timeline — The MCP Gateway, AWF firewall, and agent logs now share a unified event timeline, making it much easier to trace what happened across all components during a workflow run. (#​34782)

  • Shared PMG Pre-step (Supply Chain Protection) — A new Package Manager Guard (PMG) pre-step is available as a shared component to protect workflows from supply chain attacks during package installs. (#​34672)

  • GHE Support for Add-Wizard — The add-wizard shorthand now falls back to the github.com org when used on GitHub Enterprise Server, with improved cross-host error guidance. (#​34526)

  • Interruption-Aware Forecast — The forecast command now ignores skipped runs, handles interruptions correctly, and focuses output on effective-token predictions for more actionable cost estimates. (#​34740, #​34750)

🐛 Bug Fixes & Improvements
  • GHE Fix: Extension Upgrade — Pinned GH_HOST=github.com for extension upgrades in GitHub Enterprise environments to prevent authentication failures. (#​34752)

  • Codex Default-Deny Fetch — Restored Codex's default-deny fetch behavior during workflow compilation, closing a potential overfetch path. (#​34726)

  • Secret Redaction Update — Updated ghs_ secret redaction to cover long-form GitHub App installation tokens. (#​34737)

  • Build Cycle Fix — Broke a logger↔timeutil import cycle that was causing CGO/fuzz workflow failures. (#​34584)

  • Codex Default Model — Updated the Codex default model to gpt-5.3-codex. (#​34518)

  • AWF Firewall & MCP Gateway Bumps — Updated default AWF to v0.25.55 and MCP Gateway to v0.3.19. (#​34763)

⚡ Performance
  • Reduced ExtractWorkflowNameFromFile overhead by removing a redundant deferred close path. (#​34777)
  • Optimized incremental bundle transport for stale PR branch sync workflows. (#​34753)
  • Reduced PR Description Updater token overhead in sub-agent orchestration. (#​34723)
📚 Documentation
  • Added outcome span attributes and an outcomes reference page, contributed by @mnkiefer. (#​34627)
  • Updated glossary, architecture diagram, and documentation for 2026-05-25 features.

For complete details, see CHANGELOG.

Generated by 🚀 Release · sonnet46 709K


What's Changed

Full Changelog: github/gh-aw@v0.75.4...v0.76.0

v0.75.4

Compare Source

🌟 Release Highlights

This release brings significant improvements to the Codex engine harness, OTel tracing for child SDKs, compiler guardrails, and overall tooling reliability — alongside a migration to Go 1.26.

✨ What's New
  • Codex Harness Hardened — Secret diagnostics, missing-key fast-fail, and --json streaming mode are now built into the Codex harness. dev.md has been switched to the Codex engine for improved developer experience (#​34459).
  • OTel Child SDK CorrelationOTEL_RESOURCE_ATTRIBUTES are now injected into gh-aw workflows so child processes using the OpenTelemetry SDK automatically inherit trace context, enabling end-to-end distributed tracing. Learn more (#​34450).
  • opusplan Model Alias — The opusplan alias is now a built-in route in Claude model routing, making it easier to invoke structured planning via the Claude engine (#​34263).
  • list_repository_collaborators in Repos Toolset — The GitHub MCP repos toolset now includes list_repository_collaborators, giving workflows richer repository access (#​34447).
  • Effective Token Footer: Resolved Model Names — The effective-token footer now shows the actual resolved model name (not a user alias) and prefixes values with deterministic 5-char model IDs for consistent identification (#​34300, #​34291).
  • Codex Secret Isolation Aligned with Claude — Codex AWF secret isolation now matches the Claude engine's approach, improving consistency and security posture (#​34446).
  • Go 1.26 — The project has migrated to Go 1.26 (#​34318).
🐛 Bug Fixes & Improvements
  • IsCompatible Semver FixIsCompatible now correctly returns false for invalid semver inputs instead of panicking or giving wrong results (#​34312).
  • Copilot Harness: GITHUB_OUTPUT ENOENT — Fixed a crash when GITHUB_OUTPUT is inaccessible inside the AWF sandbox (#​34266).
  • awf-reflect 503 Warmup Hardening — Startup is now resilient against transient 503 errors from the API proxy's /v1/models endpoint (#​34265).
  • 18 Panic-in-Library-Code Violations Resolved — A new panicinlibrarycode linter was added to CI and 18 pre-existing violations were resolved, making library code safer to import (#​34268, #​34374, #​34389).
  • Compiler /tmp/ Path Warning — The compiler now warns when a workflow prompt directly references /tmp/ or /tmp/gh-aw/, helping authors avoid hard-coded ephemeral paths (#​34239).
  • Compilation PerformanceCompileSimpleWorkflow skips manifest baseline resolution when the safe-update feature is off, reducing overhead for common workflows (#​34252).
📚 Documentation
  • FAQ Condensed (~21% reduction) — The FAQ has been streamlined and verbose answers condensed for easier scanning (#​34488).
  • Debugging Guide Unbloated (48% reduction) — The debugging guide is significantly leaner with focused, actionable content (#​34261).

For complete details, see CHANGELOG.

Generated by 🚀 Release · sonnet46 849.9K


What's Changed

Full Changelog: github/gh-aw@v0.75.3...v0.75.4

v0.75.3

Compare Source

What's Changed

Full Changelog: github/gh-aw@v0.75.2...v0.75.3

v0.75.2

Compare Source

What's Changed

  • fix: reject create_pull_request/push_to_pull_request_branch when branch equals base_branch after detection by @​Copilot in #​34138
  • Use Copilot BYOK platform default model instead of hard-coded Claude fallback by @​Copilot in #​34149
  • fix: exclude merged upstream commits from diffSize in push_to_pull_request_branch incremental mode by @​Copilot in #​34139
  • Refactor workflow helper hotspots from semantic clustering audit by @​Copilot in #​34144
  • [community] Update community contributions in README by @​github-actions[bot] in #​34155

Full Changelog: github/gh-aw@v0.75.1...v0.75.2

v0.75.1

Compare Source

What's Changed

Full Changelog: github/gh-aw@v0.75.0...v0.75.1

v0.75.0

Compare Source

🌟 Release Highlights

This release brings significant improvements to the gh aw upgrade command, checkout configuration flexibility, safe-output temporary ID support, and Codex engine compatibility, along with major optimizations and quality-of-life enhancements across the workflow system.

✨ What's New

Enhanced Upgrade Command

  • gh aw upgrade now properly updates source .md workflow files in addition to actions-lock.json, ensuring consistency between source and compiled artifacts (#​33850)

Flexible Checkout Configuration

  • Checkout settings (like fetch-depth) now apply to all workflow jobs including safe_outputs, not just the agent job (#​33746)

Safe-Output Temporary ID Support

  • create_pull_request safe-output tool now correctly registers temporary_id values, enabling cross-reference patterns like #aw_pr1 in workflow outputs (#​33853)

Codex Engine Improvements

  • Fixed Codex OpenAI proxy authentication by including OPENAI_API_KEY in the AWF sandbox environment (#​33833)
  • Corrected --model flag placement in Codex lock compiler to appear after the exec subcommand (#​33841)

User-Defined OTLP Attributes

  • Workflows can now define custom OpenTelemetry attributes with template expansion per workflow phase, improving observability and debugging (#​33846)

Cache-Memory Trending Pattern

  • Extracted cache-memory trending analysis into a reusable shared component for cross-workflow consistency (#​33830)

Enhanced GitHub MCP Wrappers

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@deepsource-io
Copy link
Copy Markdown

deepsource-io Bot commented Apr 10, 2026

DeepSource Code Review

We reviewed changes in a4ccdc8...53b257c on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python May 6, 2026 11:42a.m. Review ↗
Secrets May 6, 2026 11:42a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 10, 2026

Merge Queue Status

  • Entered queue2026-04-10 00:53 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-11 00:54 UTC · at 962ccd6975185fe90f9ffcf7f2c85630e810ca44

This pull request spent 1 day 33 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Apr 10, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml
EOF

Reviewed by nemotron-3-super-120b-a12b-20230311:free · 116,236 tokens

@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 962ccd6 to 12bb3e3 Compare April 11, 2026 00:53
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.67.4 chore(deps): update github/gh-aw action to v0.68.1 Apr 11, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 11, 2026

Merge Queue Status

  • Entered queue2026-04-11 00:54 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-13 17:52 UTC · at 12bb3e3ff9585ab26910b80c10e5309e29b68450

This pull request spent 2 days 16 hours 57 minutes 39 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 12bb3e3 to 989e44b Compare April 13, 2026 17:51
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.1 chore(deps): update github/gh-aw action to v0.68.2 Apr 13, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 13, 2026

Merge Queue Status

  • Entered queue2026-04-13 17:52 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-13 20:31 UTC · at 989e44b1b5e600b4c29575debef4592dbf4a301f

This pull request spent 2 hours 39 minutes 5 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 989e44b to aa3aa42 Compare April 13, 2026 20:30
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.2 chore(deps): update github/gh-aw action to v0.68.1 Apr 13, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 13, 2026

Merge Queue Status

  • Entered queue2026-04-13 20:32 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-15 01:25 UTC · at aa3aa42aa7fe2b49fe23b2ef31a7de0829aec225

This pull request spent 1 day 4 hours 53 minutes 29 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from aa3aa42 to a1b536b Compare April 15, 2026 01:25
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.1 chore(deps): update github/gh-aw action to v0.68.3 Apr 15, 2026
@mergify mergify Bot added the queued label Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from f0226e8 to 45c1e61 Compare April 21, 2026 22:53
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.69.1 chore(deps): update github/gh-aw action to v0.68.3 Apr 21, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 21, 2026

Merge Queue Status

  • Entered queue2026-04-21 22:54 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-27 17:40 UTC · at 45c1e6143bc7974cfda7abda3f43e8d2076e3419

This pull request spent 5 days 18 hours 45 minutes 48 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 45c1e61 to cf17f3a Compare April 27, 2026 17:39
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.3 chore(deps): update github/gh-aw action to v0.71.1 Apr 27, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 27, 2026

Merge Queue Status

mergify Bot added a commit that referenced this pull request Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from cf17f3a to 53b257c Compare May 6, 2026 11:42
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.71.1 chore(deps): update github/gh-aw action to v0.71.5 May 6, 2026
@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 53b257c to 5f19655 Compare May 8, 2026 18:01
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.71.5 chore(deps): update github/gh-aw action to v0.73.0 May 8, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 8, 2026

@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 5f19655 to e4552d7 Compare May 18, 2026 18:07
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.73.0 chore(deps): update github/gh-aw action to v0.74.4 May 18, 2026
@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from e4552d7 to 2f49a19 Compare May 20, 2026 20:26
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.74.4 chore(deps): update github/gh-aw action to v0.74.8 May 20, 2026
@renovate renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 2f49a19 to 566df55 Compare May 27, 2026 02:04
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.74.8 chore(deps): update github/gh-aw action to v0.76.1 May 27, 2026
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants