Skip to content

Comments

Bump github/gh-aw from 0.43.22 to 0.46.1 in the github-actions-minor-patch group#426

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-minor-patch-1cd0e1c496
Open

Bump github/gh-aw from 0.43.22 to 0.46.1 in the github-actions-minor-patch group#426
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-minor-patch-1cd0e1c496

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the github-actions-minor-patch group with 1 update: github/gh-aw.

Updates github/gh-aw from 0.43.22 to 0.46.1

Release notes

Sourced from github/gh-aw's releases.

v0.46.1

🌟 Release Highlights

This release streamlines the engine ecosystem by removing legacy engine support and delivers meaningful improvements to workflow compilation, the assign-to-agent feature, and the PR review safe output.

⚠️ Breaking Changes

  • Custom engine support removed (#16533) — The custom engine type is no longer supported. Workflows using engine: custom must migrate to a supported engine (copilot, claude, or codex).
  • copilot-sdk engine removed (#16519) — The copilot-sdk agent engine has been removed. Update any workflows referencing this engine.

✨ What's New

  • unassign-first option for assign-to-user (#16542) — The assign-to-user safe output now supports an unassign-first option, making it easier to reassign issues by clearing existing assignees before adding new ones.
  • Compiler version in lock file metadata (#16568) — Lock files now record the compiler version used during release builds, improving traceability and debugging when workflows behave differently across versions.
  • Editor footer with legal links (#16538) — The workflow editor now displays a footer with legal links styled with Primer CSS, improving compliance and visual polish.

🐛 Bug Fixes & Improvements

  • Fix assign-to-agent model selection (#16630) — Corrects the model parameter for agent assignment by adding the coding_agent_model_selection feature flag, ensuring the right model is used when dispatching to Copilot.
  • Fix submit_pull_request_review outside PR triggers (#16602) — The safe output now correctly handles PR review submissions when the workflow is triggered outside of a pull_request event context.
  • Improved cycle error messages in compiler (#16554) — The compiler now shows the full import chain when a cycle is detected, making it much easier to identify and resolve circular workflow imports.
  • Fix nested remote import resolution (#16550) — Remote imports nested within other remote imports now correctly resolve relative paths against the parent workflow's base URL instead of failing with incorrect path errors.
  • Updated CLI tool versions (#16563) — Bundled tool versions updated: Claude Code → 2.1.45, Copilot CLI → 0.0.411, Codex → 0.104.0.

📚 Documentation

  • Fix directory name in creating-workflows guide (#16579) — Corrects a documentation error that referenced an incorrect directory name.

For complete details, see CHANGELOG.

Generated by Release


What's Changed

... (truncated)

Commits
  • 874bdd8 Fix missing global.context setup in submit_pr_review.test.cjs (#16633)
  • 71419f7 Fix assign-to-agent model parameter — add coding_agent_model_selection featur...
  • e269471 simplify submit_pr_review target parsing for consistency (#16624)
  • cbf6634 Fix submit_pull_request_review when not in pull_request trigger (fixes #16587...
  • bc841b7 Merge branch 'main' of https://github.com/github/gh-aw
  • 799d4fc refactor: update contribution check workflow to remove PR fetching step and s...
  • f866b87 Refactor formatCompilerError and unify security findings formatting (#16598)
  • dd4390f Remove custom engine from AI engines slide (#16600)
  • 24dcd69 Remove custom engine support (#16533)
  • 4c115d9 Add compiler version to lock file metadata for release builds (#16568)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added debt Technical debt or repo cleanup dependencies Pull requests that update a dependency file no-changelog don't include this item in release notes. labels Feb 19, 2026
@github-actions github-actions bot enabled auto-merge (squash) February 19, 2026 02:04
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-minor-patch-1cd0e1c496 branch from 6f96baf to c9d5642 Compare February 24, 2026 00:28
Bumps the github-actions-minor-patch group with 1 update: [github/gh-aw](https://github.com/github/gh-aw).


Updates `github/gh-aw` from 0.43.22 to 0.46.1
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@fe858c3...874bdd8)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-minor-patch-1cd0e1c496 branch from c9d5642 to f3b51f0 Compare February 24, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Technical debt or repo cleanup dependencies Pull requests that update a dependency file no-changelog don't include this item in release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants