Skip to content

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

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

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

Conversation

@release-workflows
Copy link
Copy Markdown
Contributor

@release-workflows release-workflows Bot commented Feb 13, 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.43.18v0.74.8

Release Notes

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

v0.74.8

Compare Source

🌟 Release Highlights

This release strengthens reliability, developer experience, and observability with daily automated reviews, improved error messages, and enhanced telemetry instrumentation.

✨ What's New

🔍 Daily Reliability Review — A new scheduled workflow automatically detects and reports gh-aw reliability issues using Sentry observability data, querying for failures, timeouts, cancellations, and token truncations. The workflow creates prioritized findings with actionable recommendations, helping maintainers catch issues early. (#​33493)

💡 Fuzzy "Did You Mean?" Suggestions — Validation errors now include helpful suggestions when you mistype engine names, events, permissions, or MCP types (e.g., invalid engine: copiliotDid you mean: copilot?). The feature uses Levenshtein distance matching to catch common typos during compilation. (#​33467)

📍 File/Line Context in Validation Errors — Validation errors now show file:line:col: positioning so IDE tooling can jump directly to the problematic field, eliminating manual searches through workflow files. (#​33466)

💭 Reasoning Message Rendering — Reasoning content (Claude extended thinking blocks, Codex thinking sections, Copilot reasoning_text) now renders with a distinct open circle icon and italic styling, making agent thought processes visible and distinguishable from regular output. (#​33464)

🐛 Bug Fixes & Improvements

Telemetry Instrumentation — Fixed four critical OTLP gaps: service.version fallback to GITHUB_SHA, gen_ai.response.finish_reasons always emitted, timeouts distinguished from failures, and gen_ai.usage.total_tokens now tracked. (#​33528, #​33510)

Network Access — Added patch-diff.githubusercontent.com to the GitHub domain ecosystem, allowing workflows using network.allowed: [github] to fetch PR diffs without blocking. (#​33543)

Linter Improvements — Enhanced analyzer ergonomics with ctxbackground autofix, consistent test-file handling, and range-based diagnostics for better IDE integration. (#​33541)

Code Quality — Resolved 12 lint violations including functions exceeding parameter limits (refactored to options structs), context.Background() calls in functions already receiving ctx, and os.Exit() calls in library packages. (#​33452)

📚 Documentation

Developer Specifications — Consolidated developer documentation with 7 tone fixes across 4 spec files, removing marketing language and subjective phrasing. (#​33566)

Reference Updates — Added Gemini 3.5 Flash model configuration, documented footer-install template behavior, and specified JSON workflow field mapping for Copilot automation API imports. (#​33522)

Glossary Expansion — Daily glossary scan added terms for tools.github.allowed-repos, repository access restrictions, and other workflow configuration options. (#​33519)

🔧 Internal

MCP Refactoring — Extracted duplicated MCP wrapper logic into renderDefaultJSONMCPConfig helper, eliminating 10-12 line code blocks across four JSON engines. (#​33482)

Chaos Testing — Updated Chaos PR Bundle Fuzzer to allow modifications to tests/chaos/** in safe-output PR creation. (#​33553)

Workflow Cleanup — Removed centralized pull_request_reviewer dispatching from agentic_commands.yml, simplifying workflow routing. (#​33542)


For complete details, see CHANGELOG.

Generated by 🚀 Release · ● 3.9M


What's Changed

Full Changelog: github/gh-aw@v0.74.7...v0.74.8

v0.74.7

Compare Source

🌟 Release Highlights

A focused maintenance release that strengthens workflow activation handling and improves code maintainability.

🐛 Bug Fixes & Improvements

Workflow Activation & Routing

  • Fixed pull request review activation - Resolved hybrid routing conflicts where pull_request_review events were incorrectly processed, ensuring reviewer lifecycle events bypass slash-command gating for smoother automated reviews
  • Improved reaction handling - The add_reaction safe-output now correctly processes pull_request_review activation events
  • Stabilized secret replacement - Eliminated non-deterministic behavior in workflows using shared fallback expressions, making secret handling more reliable

Code Quality

  • Simplified schedule parser - Refactored complex functions into focused helpers for better maintainability and readability
  • Cleaned up semantic clustering - Deduplicated linter helpers, removed stub files, and improved naming consistency across the codebase

Developer Experience

  • Enhanced safe-output guidance - Strengthened anti-probing documentation for add_comment and create_issue to prevent common workflow authoring mistakes

For complete details, see CHANGELOG.

Generated by 🚀 Release · ● 2.9M


What's Changed

Full Changelog: github/gh-aw@v0.74.6...v0.74.7

v0.74.6

Compare Source

🌟 Release Highlights

This maintenance release focuses on workflow import UX improvements, MCP security hardening, and critical bug fixes across safe outputs and workflow triggers.

✨ What's New

Enhanced Workflow Import Experience

  • JSON workflow imports now preserve meaningful workflow names instead of GUID-like identifiers (#​33432, #​33421)
  • Cleaner import output - removed noisy API metadata and refined import messages for better readability (#​33420, #​33424)
  • Copilot workflow imports now support authenticated fetching from api.githubcopilot.com (#​33402)

New Synthetic Trigger: pull_request_reviewer

  • Added on.pull_request_reviewer: slash_command for PR reviewer lifecycle dispatch with reviewer-aware concurrency (#​33273)
  • Migrated ready-for-review workflows to the new trigger (#​33412)

Model Support

  • Added gemini-3.5-flash to model inventory with ET multiplier 14.0 (#​33430)
🐛 Bug Fixes & Improvements

Safe Outputs & Review Handling

  • Fixed submit_pull_request_review to gracefully skip when PR review context is unavailable (e.g., workflow_dispatch on main) (#​33435)
  • Fixed dispatchWorkflow API version header - now correctly passed as top-level header instead of nested params (#​33419)

MCP Telemetry & Observability

  • Zero-byte rpc-messages.jsonl files (MCP server crash/startup failures) now correctly reported as telemetry failures instead of silently passing (#​33358)

Trigger & Event Handling

  • Fixed activation steps attempting to add reactions/comments on unsupported pull_request_review events (#​33418)
📚 Documentation
  • Updated Astro dependencies to latest and applied Starlight 0.39 sidebar config migration (#​33431)
  • Hardened shared MCP allowlists for high-risk servers and documented wildcard policy (#​33384)
  • Self-healing documentation fixes from automated issue analysis (#​33414)
🔧 Internal
  • Dependency updates: vite 8.0.12→8.0.13, @types/node 25.7.0→25.9.1 (#​33410, #​33407)
  • Optimized instruction verbosity in workflow-health runbook and report generation (#​33393)

For complete details, see CHANGELOG.

Generated by 🚀 Release · ● 2.4M


What's Changed

Full Changelog: github/gh-aw@v0.74.5...v0.74.6

v0.74.5

Compare Source

🌟 Release Highlights

This release delivers 125 improvements focused on quality, stability, and developer experience. Key themes include enhanced observability with OpenTelemetry integration, improved CLI tooling with JSON workflow import capabilities, and significant bug fixes addressing authentication, safe-output handling, and workflow compilation edge cases.

✨ What's New

OpenTelemetry Observability & Multi-Backend Support

  • Comprehensive OTel documentation and specification (#​33380)
  • Support for Datadog, Grafana, and Sentry backends with modular shared imports (#​33202, #​33023)
  • Enhanced span attributes including resolved runtime models (gen_ai.response.model) and AWF/AWMG versions (#​33275, #​33030)

JSON Workflow Import

  • New CLI capability to import workflows from JSON format with automatic trigger, tool, and permissions mapping (#​33376)
  • Support for importing from arbitrary HTTP(S) URLs (#​33164)

Enhanced Error Handling & Developer Experience

  • Actionable error message standards with custom linter enforcement (#​33336)
  • Prioritized compilation errors with recovery guidance in gh aw compile (#​33337)
  • Deprecated frontmatter field warnings via generic schema walker (#​33362)
  • Aggregate validation errors (report all issues together) with --fail-fast flag for legacy behavior

AI Engine & Model Improvements

  • Per-engine default model aliases with Sonnet-sized agent defaults (#​33182)
  • Model inventory updates including raptor-mini alias coverage and GPT-5 search multipliers (#​33177)
  • Prompt compression A/B experiments and caveman prompt variant (#​33296, #​33162)

Safe Outputs Enhancements

  • Field-name divergence warnings for add_labels, remove_labels, and update_pull_request (#​33170)
  • Preserved inline review analysis in 422 body-only fallback (#​33361)
  • Prevention of safe-output PR probing from creating stray downstream PRs (#​33044)
  • Support for tools.github.allowed-repos: current for repo-scoped MCP guard policies (#​33041)

CLI & Tooling Improvements

  • run_id alias support for audit MCP tool parameters (#​33250)
  • Lipgloss tree rendering for MCP hierarchy and status dependencies (#​33276)
  • Idempotent setup-gh-aw install when gh-aw is already available (#​33240)
🐛 Bug Fixes & Improvements

Authentication & Credential Handling

  • Fixed Copilot/Claude/Codex retry loops after authentication failure (stopped futile retries) (#​33093)
  • Restored authenticated ls-remote in signed commit push path (#​33178)
  • Hardened MCP gh-aw binary discovery for Q dev install paths (#​33321, #​33168)
  • GitHub App token minting guarded across workflow paths with missing-key ignore mode (#​33033)

Safe Outputs & Git Operations

  • Fixed create_pull_request git am fallback and unrelated safe output cancellation (#​33295)
  • Resolved temporary ID substitution in bundle-based signed commit replay (#​33181)
  • Branch rename support when recreate-ref deleteRef is blocked by protection rules (#​33163)
  • Self-healing cache-memory git setup when restored metadata is corrupt (#​33249)

Workflow Compilation & Validation

  • Validation of required workflows: field on workflow_run trigger (#​33191)
  • Compile-time rejection of queue: max with cancel-in-progress: true (#​33353)
  • Fixed compound || expressions in prompt markdown never substituting at runtime (#​33129)
  • Prevention of compile panic when workflow directory contains only shared components (#​33029)
  • Fixed OTLP shared import in UK AI operational resilience workflow (#​33036)

Error Context & Reporting

  • Rendered report_incomplete reasons in agent failure comments and issue templates (#​33087)
  • Agent failure issue matching by stored metadata instead of title alone (#​33089)
  • Preserved inline review analysis in 422 body-only fallback (#​33361)
  • Derived gh-aw.run.status and status.code from output errors when conclusion env var is absent (#​33037)

Network & Permissions

  • Added pypi.org and files.pythonhosted.org to daily-semgrep-scan allowlist (#​33035)
  • Exposed reusable workflow network allowlist as opt-in workflow_call input (#​33200)

Dependencies & Build

⚡ Performance
  • Reduced CLI Consistency Checker token usage via pre-agent help capture and prompt/frontmatter trimming (#​33363)
  • Optimized CLI Consistency Checker via inline small-model sub-agents (#​33179)
  • Reduced Step Name Alignment agent turns via deterministic pre-agent manifest (#​33247)
  • Optimized instruction verbosity for adr-writer, developer.instructions, agentic-chat (#​33162)
  • Trimmed token spend in Matt Pocock skills reviewer workflow (#​33085)
📚 Documentation
  • Unbloated documentation for correction-ops.md and integrity reference (#​33375, #​33110)
  • Consolidated developer specifications into instructions file v9.11 (#​33323)
  • Added pkg/syncutil README and registered dependency in cli/workflow specs (#​33325)
  • Strengthened SPDD safeguards and OTel norms across 5 spec files (#​33096)
  • Daily/weekly glossary updates and feature documentation (#​33278, #​33283, #​33021, #​33018)
  • Normalized report-formatting guidance across reporting workflows (#​33335, #​33220)
  • Self-healing documentation fixes from issue analysis (#​32915)
  • Architecture diagram updates (2026-05-18) (#​33006)
  • Added FAQ guidance for using skills with agentic workflows (#​33034)
🔧 Internal Improvements
  • Refactored current-repository lookup caches to shared syncutil.OnceLoader (#​33180)
  • Replaced raw log.Print* usage in library packages with package-scoped logger instances (#​33272)
  • Refactored parser engine-include tests to table-driven testify assertions (#​33241)
  • Extracted resolveSafeOutputIssueTarget to eliminate boilerplate (#​33231)
  • Refactored create- config parsing* to shared helper (#​33242)
  • Added panic recovery to mcp inspect background goroutines (#​33217)
  • Refactored pkg mutex sites to use deferred unlocks consistently (#​33038)
  • JavaScript cleanup via jsweep for add_labels.cjs and add_comment.cjs (#​33208, #​32949)
  • Centralized 403/410 error classification via errstringmatch linter enforcement (#​33216, #​33117)
  • Schema coverage demos for multiple frontmatter fields (pre-steps, models, inline-sub-agents, github-app, environment, dependencies, container, check-for-updates) (#​32985, #​32984, #​32983, #​32981, #​32980, #​32978, #​32977, #​32976)
🌍 Community Contributions
A huge thank you to the community members who reported issues that were resolved in this release!
@Calidus
@IEvangelist
@mason-tim
@norrietaylor
@polmichel
@samuelkahessay
@wtgodbe

Full Details: For complete commit-by-commit changes, see CHANGELOG.

What's Next: We're continuing to improve observability, enhance AI engine capabilities, and refine developer tooling. Stay tuned for more updates!

Generated by 🚀 Release · ● 4.1M


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 has been generated by Mend Renovate.

@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from c42b1d6 to 2e684f8 Compare February 13, 2026 20:11
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.43.20 chore(deps): update github/gh-aw action to v0.43.21 Feb 13, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 2e684f8 to ee9d01e Compare February 13, 2026 22:10
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.43.21 chore(deps): update github/gh-aw action to v0.43.22 Feb 13, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from ee9d01e to ecda65f Compare February 14, 2026 02:59
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.43.22 chore(deps): update github/gh-aw action to v0.43.23 Feb 14, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from ecda65f to 0ab8e8b Compare February 14, 2026 22:06
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.43.23 chore(deps): update github/gh-aw action to v0.44.0 Feb 14, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 0ab8e8b to a9fbf11 Compare February 16, 2026 01:36
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.44.0 chore(deps): update github/gh-aw action to v0.45.0 Feb 16, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from a9fbf11 to 4a778e8 Compare February 16, 2026 22:08
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.0 chore(deps): update github/gh-aw action to v0.45.1 Feb 16, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 4a778e8 to e615234 Compare February 17, 2026 01:36
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.1 chore(deps): update github/gh-aw action to v0.45.2 Feb 17, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from e615234 to 19e5e59 Compare February 17, 2026 04:39
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.2 chore(deps): update github/gh-aw action to v0.45.3 Feb 17, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 19e5e59 to 7135245 Compare February 17, 2026 08:17
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.3 chore(deps): update github/gh-aw action to v0.45.4 Feb 17, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 7135245 to abab8e0 Compare February 17, 2026 18:21
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.4 chore(deps): update github/gh-aw action to v0.45.5 Feb 17, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from abab8e0 to be0c80f Compare February 17, 2026 23:09
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.5 chore(deps): update github/gh-aw action to v0.45.6 Feb 17, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from be0c80f to 62f4b32 Compare February 18, 2026 01:36
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.6 chore(deps): update github/gh-aw action to v0.45.7 Feb 18, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 62f4b32 to 60ef078 Compare February 18, 2026 06:26
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.45.7 chore(deps): update github/gh-aw action to v0.46.0 Feb 18, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 60ef078 to d35bed6 Compare February 18, 2026 20:14
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.46.0 chore(deps): update github/gh-aw action to v0.46.1 Feb 18, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from d35bed6 to d6b5920 Compare February 19, 2026 04:39
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.46.1 chore(deps): update github/gh-aw action to v0.46.2 Feb 19, 2026
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.47.1 chore(deps): update github/gh-aw action to v0.47.2 Feb 20, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from b2b4fe3 to be66276 Compare February 20, 2026 16:13
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.47.2 chore(deps): update github/gh-aw action to v0.47.3 Feb 20, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from be66276 to 7bb6e08 Compare February 20, 2026 21:06
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.47.3 chore(deps): update github/gh-aw action to v0.47.4 Feb 20, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 7bb6e08 to d345213 Compare February 21, 2026 00:27
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.47.4 chore(deps): update github/gh-aw action to v0.47.5 Feb 21, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from d345213 to cddd18c Compare February 21, 2026 02:57
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.47.5 chore(deps): update github/gh-aw action to v0.47.6 Feb 21, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from cddd18c to 314ac7c Compare February 21, 2026 03:48
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.47.6 chore(deps): update github/gh-aw action to v0.48.0 Feb 21, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 314ac7c to d8f76f8 Compare February 21, 2026 05:21
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.48.0 chore(deps): update github/gh-aw action to v0.48.1 Feb 21, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from d8f76f8 to bac0698 Compare February 21, 2026 18:09
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.48.1 chore(deps): update github/gh-aw action to v0.48.2 Feb 21, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from bac0698 to 3b1e802 Compare February 21, 2026 20:06
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.48.2 chore(deps): update github/gh-aw action to v0.48.3 Feb 21, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 3b1e802 to 84850c5 Compare February 22, 2026 06:18
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.48.3 chore(deps): update github/gh-aw action to v0.48.4 Feb 22, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 84850c5 to 63dd3c5 Compare February 22, 2026 16:08
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.48.4 chore(deps): update github/gh-aw action to v0.49.0 Feb 22, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 63dd3c5 to 8c30f9c Compare February 23, 2026 00:29
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.49.0 chore(deps): update github/gh-aw action to v0.49.1 Feb 23, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from 8c30f9c to e46061e Compare February 23, 2026 03:05
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.49.1 chore(deps): update github/gh-aw action to v0.49.2 Feb 23, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from e46061e to b2300f9 Compare February 23, 2026 07:27
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.49.2 chore(deps): update github/gh-aw action to v0.49.3 Feb 23, 2026
@release-workflows release-workflows Bot force-pushed the renovate/github-gh-aw-0.x branch from b2300f9 to dcac731 Compare February 23, 2026 12:16
@release-workflows release-workflows Bot changed the title chore(deps): update github/gh-aw action to v0.49.3 chore(deps): update github/gh-aw action to v0.49.4 Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants