Skip to content

Bump github/gh-aw from 0.44.0 to 0.45.4#3734

Merged
roji merged 1 commit intomainfrom
dependabot/github_actions/github/gh-aw-0.45.4
Feb 17, 2026
Merged

Bump github/gh-aw from 0.44.0 to 0.45.4#3734
roji merged 1 commit intomainfrom
dependabot/github_actions/github/gh-aw-0.45.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps github/gh-aw from 0.44.0 to 0.45.4.

Release notes

Sourced from github/gh-aw's releases.

v0.45.4

🌟 Release Highlights

This release brings exciting advances in workflow portability and cross-repository collaboration, plus significant performance improvements for expression handling.

✨ What's New

🌐 WebAssembly Compiler - The gh-aw compiler now compiles to WebAssembly, enabling browser-based workflow compilation and opening doors for web-based workflow editors and validation tools. #16289

🔄 Cross-Repository PR Creation - The assign-to-agent safe output now supports a pull-request-repo parameter, allowing workflows to create PRs in different repositories than where the issue lives. Perfect for cross-repository automation and monorepo workflows. #16293

⚡ Pregenerated Expression Validation - Expression access patterns are now pregenerated at compile time, eliminating expensive runtime validation. The compiler automatically transforms needs.activation.outputs.* expressions to reference the correct sanitized step, reducing workflow errors and improving compilation performance. #16277

📚 Documentation

🏗️ Engine Architecture Guide - New comprehensive documentation on agentic engine architecture and extensibility patterns, making it easier to understand how engines integrate with gh-aw and how to add custom engines. #16290

🔧 Internal Improvements

  • Refactored PR number extraction into reusable helper function for better code consistency #16284
  • Simplified validation and error handling in add_reviewer.cjs #16283
  • Fixed Go linting errors in expression tests #16292

Generated by Release


What's Changed

Full Changelog: github/gh-aw@v0.45.3...v0.45.4

v0.45.3

🌟 Release Highlights

This maintenance release focuses on code quality improvements and repository automation.

✨ What's New

Automated Content Moderation - New GitHub Actions workflow automatically manages repository content based on a blocklist. When enabled, the workflow closes issues and pull requests from blocked users and hides comments, helping maintain a healthy community environment with minimal manual intervention.

🐛 Bug Fixes & Improvements

... (truncated)

Commits
  • ac09021 Add pull-request-repo parameter to assign-to-agent for cross-repository P...
  • 1a3cd12 feat: compile gh-aw compiler to WebAssembly for browser usage (#16289)
  • c983e89 Pregenerate accessible needs.* expressions and transform activation outputs t...
  • d433160 Document agentic engine architecture and extensibility patterns (#16290)
  • cf2b312 Add Contribution Check workflow for PR evaluation and reporting
  • 65e93db [jsweep] Clean add_reviewer.cjs - simplify validation and error handling (#16...
  • de12ba7 Add minimalist GitHub Actions workflow for automated content moderation (#16245)
  • 30d5449 Fix lint failures: testifylint assertions and unused code (#16281)
  • a9fd04a simplify code
  • 26651ed 🧹 Remove old package functionality in workflow addition (#16246)
  • 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 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)

Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.44.0 to 0.45.4.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Commits](github/gh-aw@v0.44.0...v0.45.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Feb 17, 2026
@roji roji merged commit 510dd65 into main Feb 17, 2026
12 checks passed
@roji roji deleted the dependabot/github_actions/github/gh-aw-0.45.4 branch February 17, 2026 11:36
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.

1 participant

Comments