Skip to content

chore(deps): update github/gh-aw action to v0.86.2 - #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.86.2#369
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-gh-aw-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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.86.2

Release Notes

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

v0.86.2

Compare Source

🌟 Release Highlights

This release focuses on hardening the sandbox and MCP gateway, smoothing out safe-output and threat-detection reliability, and shipping a steady stream of security and quality fixes across the compiler and CLI.

✨ What's New
  • Docker sandbox (docker-sbx) rollout continues — the sandboxed execution environment now runs for a larger share of agentic workflows, with fixes for pre-flight step naming, gVisor false positives, and Docker Hub secret handling (#​51264, #​51294, #​51341, #​51439, #​51949). See the sandbox reference.
  • Agent runtime trackingsandbox.agent.runtime is now stored in aw_info.json, and gh aw logs/gh aw audit gained a --runtime filter for easier debugging across engines (#​51465, #​52076). See agent runtimes.
  • MCP gateway hardening — explicit mount policy allowlisting for the safeoutputs backend server, plus a bump to gh-aw-mcpg v0.4.9 and github-mcp-server v1.9.0 (#​51870, #​51828).
  • Skills frontmatter flexibility — non-SHA refs are now allowed in skills frontmatter and pinned automatically at compile time, and an explicit end-marker syntax was added for inline skills/sub-agents (#​51455, #​51446).
  • Threat detection improvements — inline threat detection for Code Scanning Fixer, rendered detection logs with group/mask macros, and gh-aw's own <system> prompt block is no longer flagged as prompt injection (#​51277, #​51255, #​51818). See threat detection.
🐛 Bug Fixes & Improvements
  • Fixed silent failures in the Copilot session data fetcher and in gh aw mcp inspect pagination (#​51195, #​51193).
  • Fixed Claude harness retrying invalid-JSON body errors with --continue instead of starting a fresh run (#​51793).
  • Fixed a CGO/CJS workflow cache key collision that caused widespread job failures (#​51342).
  • Fixed recurring gh-aw-firewall digest-pin loss on default firewall version bumps (#​51423).
  • Fixed Windows MCP server timeouts by propagating context through GitHub CLI subprocess calls (#​51426).
  • Fixed retry handling and denials in the Contribution Check proxy (#​51631).
  • Added support for HEAD-only bundles when pushing to pull request branches (#​51833).
  • Fixed safe-output run summary classification so entries are always linked and correctly attributed (#​51484, #​51478).
📚 Documentation
  • Documented the --runtime flag for gh aw logs/gh aw audit, agent runtime selection/troubleshooting, and clarified Claude engine selection in automated bootstrap (#​52076, #​51427, #​52099).
  • Improved overall documentation discoverability and trimmed troubleshooting guides (#​52065, #​51251).
🔧 Internal

A large batch of custom-linter hardening, dependency bumps, test-parallelization, and dependency vulnerability remediations (container image pinning, ip-address patch, deprecated MCP container replacements) round out this release — thanks to the automated maintenance workflows keeping the codebase clean and secure.> Generated by 🚀 Release · auto · 20.7 AIC · ⊞ 11.3K


What's Changed

Full Changelog: github/gh-aw@v0.86.1...v0.86.2

v0.86.1

Compare Source

🌟 Release Highlights

This release delivers a broad set of compiler safety fixes, new diagnostics for gh aw fix, expanded engine support, and continued investment in automated linting and test coverage across the codebase.

✨ What's New
  • New guided diagnostics: gh aw fix now offers a guided fix for restricted tools.bash allow-listing on engines that ignore it (#​51102), plus tips for known external engines (opencode, crush) missing their import (#​51088).
  • Expanded engine support: Added shared engine definitions and smoke tests for Pydantic AI (#​51161), plus new example workflows for the aider, cursor, and kiro definition-based engines (#​51166). Bumped default Claude, Codex, and Playwright MCP versions (#​50947).
  • PureLock initiative: Introduced a daily pure-function maximum-coverage test workflow (#​51107) that is progressively locking down core compiler functions (e.g. simplifyDataSchemaNode, parseManifestBootstrapAction) with dedicated pure-function test suites (#​51167, #​51119).
  • Safe-outputs improvements: Fixed add_labels failing on pull requests in issue-intent paths (#​51168), replaced any bool-or-expression fields with *TemplatableBool for safer config typing (#​51097), and deduplicated AllowedLabels into a shared embedded config struct (#​50988).
  • Log parsing: Added log-parser support for behavior-defined engines (#​50991) and a log-parser script for the cursor engine definition (#​51087).
🐛 Bug Fixes & Improvements
  • Fixed the compiler re-adding a COPILOT_GITHUB_TOKEN reference when copilot-requests: write is set (#​51117).
  • Fixed detection config_error caused by inaccessible GITHUB_STEP_SUMMARY in chroot environments (#​51104).
  • Hardened project GraphQL lookups by replacing interpolated owner inputs with variableized requests (#​51143).
  • Added a warning for unsafe pull-request-target checkouts in non-strict mode (#​51103).
  • Validated slide PDF downloads before writing, and validated uv package names against PEP 508 before uv pip show (#​51142, #​51016).
  • Normalized DefaultClaudeCodeVersion in wasm golden tests (#​51121) and used Unicode display widths for CLI column padding (#​51093).
  • Fixed several linter false positives/negatives: write-reference dominance and alias resolution in require-fetch-response-body-try-catch (#​51027), local overflow warnings from multi-device docs testing reports (#​51026), regexpdynamicpattern POSIX coverage (#​51002), and unsafe try/catch autofix suggestions in fetch-body/JSON.parse rules (#​51017). Added a new globwalkignorederror linter to flag discarded errors from filepath.Glob/os.ReadDir (#​51185) and an ESLint rule requiring error codes in thrown errors (#​51042).
📚 Documentation
  • Added guidance on using pkg/logger for debug instrumentation (#​51163).
  • Synced instruction files with the 0.86.0 release and refreshed the glossary and feature docs (#​51040, #​51053, #​51052).
🔧 Internal
  • Enforced autopilot mode so agents never ask for confirmation before acting (#​51123).
  • Continued large-scale test-quality work: migrated tracker_id_integration_test.go to testify assertions (#​51178), added t.Parallel() to safe Go tests (#​51024), and split AWF helpers into focused modules (#​51154).
  • Bumped github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3 (#​51187) and dompurify to 3.4.13 in /docs (#​51132).> Generated by 🚀 Release · auto · 17.7 AIC · ⊞ 11.3K

What's Changed

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

deepsource-io Bot commented Apr 10, 2026

Copy link
Copy Markdown

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

mergify Bot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

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

kilo-code-bot Bot commented Apr 10, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

Changes are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.81.5). No functional changes detected. This is a Renovate bot update for GitHub Actions.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml
Previous Review Summaries (6 snapshots, latest commit 3030fd6)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 3030fd6)

Status: No Issues Found | Recommendation: Merge

Overview

Changes are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.80.9). No functional changes detected. This is a Renovate bot update for GitHub Actions.

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

Previous review (commit f1d3998)

Status: No Issues Found | Recommendation: Merge

Overview

Full diff review (incremental base unavailable due to history rewrite) — changes are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.80.9). No functional changes detected.

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

Previous review (commit e352849)

Status: No Issues Found | Recommendation: Merge

Overview

Incremental changes since commit 3c9b0f5b5bc6bd47d37bcdaa50f4a6b30ff56d6e are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.80.5). No functional changes detected.

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

Previous review (commit 3c9b0f5)

Status: No Issues Found | Recommendation: Merge

Overview

Full diff review (incremental history unavailable) - changes are routine version bumps in auto-generated workflow lock files. No functional changes detected.

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

Previous review (commit f04c221)

Status: No Issues Found | Recommendation: Merge

Overview

Incremental changes since previous review (commit 566df554b2b2750fe192348e6e5aea10cca7db9a) are routine version bumps in auto-generated workflow lock files. No functional changes detected.

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

Previous review (commit 566df55)

Status: No Issues Found | Recommendation: Merge

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

Reviewed by laguna-m.1-20260312:free · Input: 244.4K · Output: 2.3K · Cached: 313.1K

@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

mergify Bot commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

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

mergify Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

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

mergify Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

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
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@mergify

mergify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 3 days 17 hours 40 minutes 30 seconds in the queue, including 9 minutes 25 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 5 hours 25 minutes 44 seconds in the queue, including 3 minutes 41 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 2 days 9 hours 23 minutes 16 seconds in the queue, including 6 minutes 14 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 7 hours 34 minutes 29 seconds in the queue, including 15 minutes 10 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 6 hours 2 minutes 7 seconds in the queue, including 3 minutes 6 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 2 days 7 hours 43 minutes 49 seconds in the queue, including 7 minutes 9 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 4 hours 13 minutes 48 seconds in the queue, including 6 minutes 49 seconds running CI.

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

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