Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps githubnext/gh-aw from 0.36.0 to 0.37.1.

Release notes

Sourced from githubnext/gh-aw's releases.

v0.37.1

🌟 Release Highlights

This release focuses on enhancing workflow automation capabilities with auto-merge pull requests, a new unified upgrade command, and powerful safe-output features for issue management.

✨ What's New

Auto-Merge Pull Requests - The create-pull-request safe-output now supports automatic merge configuration, enabling fully automated PR workflows. Perfect for daily documentation updates, dependency bumps, and routine maintenance tasks. Learn more

Unified Upgrade Command - New gh aw upgrade command combines initialization and codemod migration into one streamlined workflow update process. Updates all workflows in your repository to the latest patterns and best practices in a single command.

Close Older Issues - The create-issue safe-output gained a close_older_issues feature that automatically closes previous issues when creating new ones. Ideal for recurring report workflows (security scans, health checks, metrics) where only the latest issue matters.

Security Alert Burndown Campaign - New campaign workflow for tracking and clustering security alerts across repositories. Provides actionable burndown metrics and intelligent alert grouping for better security posture visibility.

OpenCode Engine Support - Added experimental support for the OpenCode custom engine with a smoke test workflow, expanding the range of AI models available for agentic workflows.

🐛 Bug Fixes & Improvements

Deduplicated Action Warnings - Action pin resolution warnings are now deduplicated across workflows, reducing noise in compilation output

Excluded README Files - README.md files are now properly excluded from workflow discovery, preventing false positives during compilation

W3C Specification - Added comprehensive W3C-style specification documentation for the safe-outputs system, improving transparency and developer experience

🔧 Internal Improvements

Codemod Refactoring - Split massive 1183-line fix_codemods.go into 13 focused, maintainable modules for better code organization

Validation Helpers - Moved validation utilities from error_helpers to dedicated validation_helpers package for clearer separation of concerns

Vitest Migration - Converted close_older_issues tests from Jest to Vitest, aligning with modern JavaScript testing standards


For complete details, see CHANGELOG.

Ahoy! This treasure was crafted by 🏴‍☠️ Release


What's Changed

... (truncated)

Changelog

Sourced from githubnext/gh-aw's changelog.

Changelog

All notable changes to this project will be documented in this file.

Commits
  • 1efa7ed Add auto-merge support for safe-outputs.create-pull-request (#10890)
  • 58914b1 Add smoke-opencode workflow for OpenCode custom engine integration (#10562)
  • caeb9fb Refactor RunWorkflowTrials to use options struct (15→2 parameters) (#10876)
  • 1791264 Refactor fix_codemods.go: split 1183-line file into 13 focused modules (#10898)
  • 320e1bb chore: update security alert campaign (#10901)
  • 978053d Convert close_older_issues.test.cjs from Jest to Vitest (#10896)
  • 8d3440f Refactor: Move validation utilities from error_helpers to validation_helpers ...
  • 1e88238 Update documentation for unified agentic-workflows dispatcher agent (#10887)
  • a1a2854 chore: switch campaign orchestrator to use claude (#10900)
  • 5f89796 Add upgrade command combining init and codemods for all workflows (#10884)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 21, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2026 08:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 21, 2026
Bumps [githubnext/gh-aw](https://github.com/githubnext/gh-aw) from 0.36.0 to 0.37.1.
- [Release notes](https://github.com/githubnext/gh-aw/releases)
- [Changelog](https://github.com/githubnext/gh-aw/blob/main/CHANGELOG.md)
- [Commits](githubnext/gh-aw@v0.36.0...v0.37.1)

---
updated-dependencies:
- dependency-name: githubnext/gh-aw
  dependency-version: 0.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/githubnext/gh-aw-0.37.1 branch from c9cd353 to 37ab283 Compare January 23, 2026 11:15
@friggeri friggeri enabled auto-merge January 23, 2026 20:17
@friggeri friggeri added this pull request to the merge queue Jan 23, 2026
Merged via the queue into main with commit 067f075 Jan 23, 2026
1 of 13 checks passed
@friggeri friggeri deleted the dependabot/github_actions/githubnext/gh-aw-0.37.1 branch January 23, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants