chore(deps): update github/gh-aw action to v0.76.1#369
Conversation
|
|
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.
Merge Queue Status
This pull request spent 1 day 33 seconds in the queue, with no time running CI. ReasonThe pull request #369 has been manually updated HintIf you want to requeue this pull request, you can post a |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by nemotron-3-super-120b-a12b-20230311:free · 116,236 tokens |
962ccd6 to
12bb3e3
Compare
Merge Queue Status
This pull request spent 2 days 16 hours 57 minutes 39 seconds in the queue, with no time running CI. ReasonThe pull request #369 has been manually updated HintIf you want to requeue this pull request, you can post a |
12bb3e3 to
989e44b
Compare
Merge Queue Status
This pull request spent 2 hours 39 minutes 5 seconds in the queue, with no time running CI. ReasonThe pull request #369 has been manually updated HintIf you want to requeue this pull request, you can post a |
989e44b to
aa3aa42
Compare
Merge Queue Status
This pull request spent 1 day 4 hours 53 minutes 29 seconds in the queue, with no time running CI. ReasonThe pull request #369 has been manually updated HintIf you want to requeue this pull request, you can post a |
aa3aa42 to
a1b536b
Compare
f0226e8 to
45c1e61
Compare
Merge Queue Status
This pull request spent 5 days 18 hours 45 minutes 48 seconds in the queue, with no time running CI. ReasonThe pull request #369 has been manually updated HintIf you want to requeue this pull request, you can post a |
45c1e61 to
cf17f3a
Compare
Merge Queue Status
|
cf17f3a to
53b257c
Compare
53b257c to
5f19655
Compare
|
5f19655 to
e4552d7
Compare
e4552d7 to
2f49a19
Compare
2f49a19 to
566df55
Compare
|



This PR contains the following updates:
v0.67.1→v0.76.1Release Notes
github/gh-aw (github/gh-aw)
v0.76.1Compare Source
🌟 Release Highlights
This release brings a new
replaycommand for timeline log visualization, inline skill support, improved safe-outputs reliability, and Codex model updates.✨ What's New
replaycommand — Render and stream unified timeline logs directly in your terminal for faster post-run analysis (#34835)gpt-5.4— Workflows using Codex now use the latest model by default; lockfiles have been regenerated (#34804)tracker-idfrontmatter documented — Thetracker-idfield is now fully documented in the reference, making it easier to correlate workflow runs with external tracking systems (#34799)🐛 Bug Fixes & Improvements
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)ParseWorkflowno longer scans frontmatter twice, improving compilation performance (#34819)For complete details, see CHANGELOG.
What's Changed
//go:build !integrationon untagged unit test files by @Copilot in #34798tracker-idfrontmatter field in main reference by @Copilot in #34799initTestGitRepohelper available to all test variants by @Copilot in #34841replaycommand for rendering unified timeline logs by @Copilot in #34835Full Changelog: github/gh-aw@v0.76.0...v0.76.1
v0.76.0Compare 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 setengine.permission-modein 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-wizardshorthand now falls back to thegithub.comorg when used on GitHub Enterprise Server, with improved cross-host error guidance. (#34526)Interruption-Aware Forecast — The
forecastcommand 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.comfor 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↔timeutilimport 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
ExtractWorkflowNameFromFileoverhead by removing a redundant deferred close path. (#34777)📚 Documentation
@mnkiefer. (#34627)For complete details, see CHANGELOG.
What's Changed
engine.permission-modeby @Copilot in #34525add_commentbudget in prompt before output phase by @Copilot in #34611gh-aw.cli.versionfor setup/conclusion OTLP spans by @Copilot in #34666ghs_secret redaction for long-form installation tokens by @Copilot in #34737forecastinterruption-aware, ignore skipped runs, and clean up empty CI output by @Copilot in #34740forecastoutput on effective-token predictions by removing yield and episode metrics by @Copilot in #34750pkg/cli/git_test.goto testify assertions by @Copilot in #34775ExtractWorkflowNameFromFileoverhead by removing deferred close path by @Copilot in #34777Full Changelog: github/gh-aw@v0.75.4...v0.76.0
v0.75.4Compare 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
--jsonstreaming mode are now built into the Codex harness.dev.mdhas been switched to the Codex engine for improved developer experience (#34459).OTEL_RESOURCE_ATTRIBUTESare 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).opusplanModel Alias — Theopusplanalias is now a built-in route in Claude model routing, making it easier to invoke structured planning via the Claude engine (#34263).list_repository_collaboratorsin Repos Toolset — The GitHub MCPrepostoolset now includeslist_repository_collaborators, giving workflows richer repository access (#34447).🐛 Bug Fixes & Improvements
IsCompatibleSemver Fix —IsCompatiblenow correctly returnsfalsefor invalid semver inputs instead of panicking or giving wrong results (#34312).GITHUB_OUTPUTis inaccessible inside the AWF sandbox (#34266).503errors from the API proxy's/v1/modelsendpoint (#34265).panicinlibrarycodelinter was added to CI and 18 pre-existing violations were resolved, making library code safer to import (#34268, #34374, #34389)./tmp/or/tmp/gh-aw/, helping authors avoid hard-coded ephemeral paths (#34239).CompileSimpleWorkflowskips manifest baseline resolution when the safe-update feature is off, reducing overhead for common workflows (#34252).📚 Documentation
For complete details, see CHANGELOG.
What's Changed
/tmp/gh-aw/agentby @Copilot in #34225copilot_harnessand removedetect-copilot-errorsstep generation by @Copilot in #34230generate_git_patchby @Copilot in #34222opusplanbuiltin alias to Claude model routing by @Copilot in #34263jqschema.shto unblock Copilot PR data fetch by @Copilot in #34301798e623pseudo-version by @Copilot in #34304pkg/parserlong production functions into focused helper units by @Copilot in #34297panicinlibrarycodein CI and tune it for accepted repo patterns by @Copilot in #34374time.Sleepliterals inpkg/cliwith named duration constants by @Copilot in #34373ResolveActionPininto focused helpers to reduce large-function lint debt by @Copilot in #34339Full Changelog: github/gh-aw@v0.75.3...v0.75.4
v0.75.3Compare Source
What's Changed
Full Changelog: github/gh-aw@v0.75.2...v0.75.3
v0.75.2Compare Source
What's Changed
Full Changelog: github/gh-aw@v0.75.1...v0.75.2
v0.75.1Compare Source
What's Changed
@filepathlocal file references in safe-output MCP tool calls by @Copilot in #33919create-check-runsafe output type for multi-agent PR analysis by @Copilot in #33852log.*linter pattern topkg/loggerby @Copilot in #33946request_reviewprotected-files mode forcreate_pull_requestby @Copilot in #33954copilotas a bot alias to all GitHub Copilot bot identities by @Copilot in #34026status/listpattern semantics and add CLI help example validation by @Copilot in #34018githubnext/agenticsto fix brokenadd-wizardinstalls by @Copilot in #34005{files}placeholders as inline code in JS template rendering by @Copilot in #34011runs-onin customjobsschema by @Copilot in #34007add/add-wizardandupdatemanifest-aware foraw.ymlpackage installs by @Copilot in #34008generate_safe_outputs_tools.cjsfalse positive by @Copilot in #34038FieldLocationonto consoleErrorPositionby @Copilot in #34123OPENAI_API_KEYin AWF container env by @Copilot in #34129create_pull_requestthreat-warning mode by @Copilot in #34133Full Changelog: github/gh-aw@v0.75.0...v0.75.1
v0.75.0Compare Source
🌟 Release Highlights
This release brings significant improvements to the
gh aw upgradecommand, 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 upgradenow properly updates source.mdworkflow files in addition toactions-lock.json, ensuring consistency between source and compiled artifacts (#33850)Flexible Checkout Configuration
fetch-depth) now apply to all workflow jobs includingsafe_outputs, not just the agent job (#33746)Safe-Output Temporary ID Support
create_pull_requestsafe-output tool now correctly registerstemporary_idvalues, enabling cross-reference patterns like#aw_pr1in workflow outputs (#33853)Codex Engine Improvements
OPENAI_API_KEYin the AWF sandbox environment (#33833)--modelflag placement in Codex lock compiler to appear after theexecsubcommand (#33841)User-Defined OTLP Attributes
Cache-Memory Trending Pattern
Enhanced GitHub MCP Wrappers
per_pagepagination support tolist_workflowsandlist_labelsMCP wrapper tools ([#33819](https://redirect.github.com/Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.