Skip to content

chore(deps): bump the github-actions group across 1 directory with 12 updates - #795

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-36306aa209
May 3, 2026
Merged

chore(deps): bump the github-actions group across 1 directory with 12 updates#795
mergify[bot] merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-36306aa209

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 12 updates in the / directory:

Package From To
actions/cache 5.0.4 5.0.5
docker/login-action 4.0.0 4.1.0
graalvm/setup-graalvm 1.5.0 1.5.2
mikepenz/release-changelog-builder-action 6.1.1 6.2.1
actions/upload-artifact 7.0.0 7.0.1
anchore/scan-action 7.3.2 7.4.0
github/codeql-action 4.33.0 4.35.2
anthropics/claude-code-action 1.0.75 1.0.110
peter-evans/create-pull-request 8.1.0 8.1.1
ruby/setup-ruby 1.295.0 1.306.0
robfrank/kamal-accessories-updater 26.1.0 26.4.0
actions/setup-node 6.3.0 6.4.0

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

... (truncated)

Commits

Updates docker/login-action from 4.0.0 to 4.1.0

Release notes

Sourced from docker/login-action's releases.

v4.1.0

Full Changelog: docker/login-action@v4.0.0...v4.1.0

Commits
  • 4907a6d Merge pull request #930 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 1e233e6 chore: update generated content
  • 6c24ead build(deps): bump the aws-sdk-dependencies group with 2 updates
  • ee034d7 Merge pull request #958 from docker/dependabot/npm_and_yarn/lodash-4.18.1
  • 1527209 Merge pull request #937 from docker/dependabot/npm_and_yarn/proxy-agent-depen...
  • d39362a build(deps): bump lodash from 4.17.23 to 4.18.1
  • a6f092b chore: update generated content
  • 60953f0 build(deps): bump the proxy-agent-dependencies group with 2 updates
  • 62c6885 Merge pull request #936 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 102c0e6 chore: update generated content
  • Additional commits viewable in compare view

Updates graalvm/setup-graalvm from 1.5.0 to 1.5.2

Release notes

Sourced from graalvm/setup-graalvm's releases.

v1.5.2

What's Changed

Full Changelog: graalvm/setup-graalvm@v1.5.1...v1.5.2

v1.5.1

What's Changed

Full Changelog: graalvm/setup-graalvm@v1.5.0...v1.5.1

Commits
  • 60c2672 Bump version to 1.5.2.
  • 51f7fcd Add workflow to check GitHub Actions with Macaron.
  • a498fb2 Set rootDir to address rollup warning.
  • 840595d Address new lint errors.
  • ca0f421 Update devDependencies.
  • 2987039 Bump the all group with 2 updates
  • 2149f39 Bump version to 1.5.1.
  • 05f01b3 Regenerate dist/ files.
  • e1a66bd Refresh locked dependencies to resolve npm audit findings ðŸĪ–
  • 671c7d4 Replace DISCO API with GitHub API for Mandrel latest version resolution. (#213)
  • Additional commits viewable in compare view

Updates mikepenz/release-changelog-builder-action from 6.1.1 to 6.2.1

Release notes

Sourced from mikepenz/release-changelog-builder-action's releases.

v6.2.1

🐛 Fixes

  • fix: handle multi-line commit bodies in git log parsing

💎 Other

  • chore: remove Renovate workflow

Contributors:

v6.2.0

💎 Other

  • Security hardening: Renovate, SHA-pinned actions, least-privilege permissions
  • fix: use PR author for commit-dist job condition

ðŸ“Ķ Dependencies

  • Bump actions/upload-artifact from 6 to 7
  • Bump mikepenz/action-gh-release from 1 to 2
  • Bump flatted from 3.3.3 to 3.4.2
  • Bump the dev-dependencies group with 4 updates
  • Bump vitest from 4.0.18 to 4.1.0
  • Bump https-proxy-agent from 7.0.6 to 8.0.0
  • Bump picomatch from 4.0.3 to 4.0.4
  • chore(deps): update dependency glob to v11.1.0 [security]
  • chore(deps): pin mikepenz/release-changelog-builder-action action to d7b8cec
  • chore(deps): update dependency undici to v7
  • chore: upgrade TypeScript to v6
  • chore: pin all dependencies to exact versions
  • chore(deps): update mikepenz/release-changelog-builder-action digest to a77ddc5

... (truncated)

Commits
  • bcae711 Merge pull request #1554 from mikepenz/develop
  • 5795a33 Merge pull request #1553 from mikepenz/fix/multiline-commit-body-parsing
  • f5544cb fix: use git %x00/%x1f format placeholders instead of literal bytes
  • 7ebd13b fix: use non-printable separators for robust git log parsing
  • 787f65d fix: handle multi-line commit bodies in git log parsing
  • 1d37aec Merge pull request #1551 from mikepenz/chore/remove-renovate-workflow
  • a8e74a6 chore: override vite to 8.0.5 to fix vulnerabilities
  • 202a06f chore: remove Renovate workflow (using self-hosted app instead)
  • 2cb9bef Merge pull request #1547 from mikepenz/develop
  • 0cc2898 Merge pull request #1546 from mikepenz/renovate/glob-13.x
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 7.0.0 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • See full diff in compare view

Updates anchore/scan-action from 7.3.2 to 7.4.0

Release notes

Sourced from anchore/scan-action's releases.

v7.4.0

⮆ïļ Dependencies

Commits
  • e116508 chore: bump fast-xml-parser from 5.5.6 to 5.5.7 + setup-node (#631)
  • 382a23a chore(deps): update Grype to v0.110.0 (#618)
  • 2898213 chore: update to node 24 (#629)
  • 4e1eb5b chore: update to modules and bump all deps (required for new @​actions librari...
  • 8ed60d1 chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#617)
  • 5a271d2 chore(deps-dev): bump lint-staged from 16.3.1 to 16.3.2 (#619)
  • 6d37af2 chore(deps-dev): bump jest from 30.2.0 to 30.3.0 (#625)
  • 50a8160 chore(deps-dev): bump tar from 7.5.10 to 7.5.11 (#620)
  • daeb723 chore(deps): bump undici from 6.23.0 to 6.24.1 (#622)
  • 6471a7e chore(deps): bump fast-xml-parser from 5.3.6 to 5.5.6 (#626)
  • Additional commits viewable in compare view

Updates github/codeql-action from 4.33.0 to 4.35.2

Release notes

Sourced from github/codeql-action's releases.

v4.35.2

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

v4.35.1

v4.35.0

v4.34.1

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

v4.34.0

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585
Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

4.35.1 - 27 Mar 2026

4.35.0 - 27 Mar 2026

4.34.1 - 20 Mar 2026

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

4.34.0 - 20 Mar 2026

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

4.33.0 - 16 Mar 2026

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

... (truncated)

Commits
  • 95e58e9 Merge pull request #3824 from github/update-v4.35.2-d2e135a73
  • 6f31bfe Update changelog for v4.35.2
  • d2e135a Merge pull request #3823 from github/update-bundle/codeql-bundle-v2.25.2
  • 60abb65 Add changelog note
  • 5a0a562 Update default bundle to codeql-bundle-v2.25.2
  • 6521697 Merge pull request #3820 from github/dependabot/github_actions/dot-github/wor...
  • 3c45af2 Merge pull request #3821 from github/dependabot/npm_and_yarn/npm-minor-345b93...
  • f1c3393 Rebuild
  • 1024fc4 Rebuild
  • 9dd4cfe Bump the npm-minor group across 1 directory with 6 updates
  • Additional commits viewable in compare view

Updates anthropics/claude-code-action from 1.0.75 to 1.0.110

Release notes

Sourced from anthropics/claude-code-action's releases.

v1.0.110

Full Changelog: anthropics/claude-code-action@v1...v1.0.110

v1.0.109

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.109

v1.0.108

Full Changelog: anthropics/claude-code-action@v1...v1.0.108

v1.0.107

Full Changelog: anthropics/claude-code-action@v1...v1.0.107

v1.0.106

Full Changelog: anthropics/claude-code-action@v1...v1.0.106

v1.0.105

What's Changed

New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.105

v1.0.104

Full Changelog: anthropics/claude-code-action@v1...v1.0.104

v1.0.103

Full Changelog: anthropics/claude-code-action@v1...v1.0.103

v1.0.102

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.102

v1.0.101

Full Changelog: anthropics/claude-code-action@v1...v1.0.101

v1.0.100

What's Changed

... (truncated)

Commits
  • ef50f12 chore: bump Claude Code to 2.1.123 and Agent SDK to 0.2.123
  • b3c0320 chore: bump Claude Code to 2.1.122 and Agent SDK to 0.2.122
  • c93e8fe docs: pull_request_target guidance and base-action trust model (#1250)
  • 11a9dad chore: bump Claude Code to 2.1.121 and Agent SDK to 0.2.121
  • 567fe95 chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119
  • 2da6cfa chore: bump Claude Code to 2.1.120 and Agent SDK to 0.2.120
  • e58dfa5 chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119
  • 6ee201f fix: allow + in branch names (generated by Claude Code EnterWorktree) (#1248)
  • b4d6741 chore: bump Claude Code to 2.1.118 and Agent SDK to 0.2.118
  • 4e5d8b1 chore: bump Claude Code to 2.1.117 and Agent SDK to 0.2.117
  • Additional commits viewable in compare view

Updates peter-evans/create-pull-request from 8.1.0 to 8.1.1

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.1.1

What's Changed

Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1

Commits
  • 5f6978f fix: retry post-creation API calls on 422 eventual consistency errors (#4356)
  • d32e88d build(deps-dev): bump the npm group with 3 updates (#4349)
  • 8170bcc build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)
  • 0041819 build(deps): bump picomatch (#4339)
  • b993918 build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)
  • 36d7c84 build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)
  • a45d1fb build(deps): bump @​tootallnate/once and jest-environment-jsdom (#4323)
  • 3499eb6 build(deps): bump the github-actions group with 2 updates (#4316)
  • 3f3b473 build(deps): bump minimatch (#4311)
  • 6699836 build(deps-dev): bump the npm group with 2 updates (#4305)
  • See full diff in compare view

Updates ruby/setup-ruby from 1.295.0 to 1.306.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.306.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.305.0...v1.306.0

v1.305.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.304.0...v1.305.0

v1.304.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.303.0...v1.304.0

v1.303.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.302.0...v1.303.0

v1.302.0

Full Changelog: ruby/setup-ruby@v1.301.0...v1.302.0

v1.301.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.300.0...v1.301.0

v1.300.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.299.0...v1.300.0

v1.299.0

What's Changed

... (truncated)

Commits
  • c4e5b13 Add truffleruby-34.0.1,truffleruby+graalvm-34.0.1
  • 0cb964f Update CRuby releases on Windows
  • 94e4d89 Add jruby-10.1.0.0
  • 60ecfba Add ruby-4.0.3
  • 7372622 Give a better error for TruffleRuby 34+ on macOS Intel
  • 4c56a21 Darwin-x86_64 is no longer supported on TruffleRuby 34+
  • 5d9c71d Add truffleruby-34.0.0,truffleruby+graalvm-34.0.0
  • e65c17d Add jruby-10.0.5.0
  • ba696ad Refactor matrix script
  • 2327de0 TruffleRuby 34+ does not support macOS Intel
  • Additional commits viewable in compare view

Updates robfrank/kamal-accessories-updater from 26.1.0 to 26.4.0

Release notes

Sourced from robfrank/kamal-accessories-updater's releases.

Release v26.4.0

What's Changed

  • Update changelog generation to exclude current version tag and include all commits (d86845f)
  • Bump the github-actions group across 1 directory with 3 updates [skip ci] (778ca56)
  • Bump the github-actions group across 1 directory with 3 updates (37b0f65)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v26.4.0
  with:
    config-dir: config
    mode: update-all

Full Changelog: robfrank/kamal-accessories-updater@v26.1.0...v26.4.0

Commits
  • d86845f Update changelog generation to exclude current version tag and include all co...
  • 778ca56 Bump the github-actions group across 1 directory with 3 updates [skip ci]
  • 37b0f65 Bump the github-actions group across 1 directory with 3 updates
  • See full diff in compare view

Updates actions/setup-node from 6.3.0 to 6.4.0

Release notes

Sourced from actions/setup-node's releases.

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

Commits
  • Description has been truncated

â€Ķ updates

Bumps the github-actions group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |
| [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` |
| [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) | `1.5.0` | `1.5.2` |
| [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) | `6.1.1` | `6.2.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
| [anchore/scan-action](https://github.com/anchore/scan-action) | `7.3.2` | `7.4.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.33.0` | `4.35.2` |
| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.75` | `1.0.110` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.295.0` | `1.306.0` |
| [robfrank/kamal-accessories-updater](https://github.com/robfrank/kamal-accessories-updater) | `26.1.0` | `26.4.0` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` |



Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6682284...27d5ce7)

Updates `docker/login-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@b45d80f...4907a6d)

Updates `graalvm/setup-graalvm` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@f744c72...60c2672)

Updates `mikepenz/release-changelog-builder-action` from 6.1.1 to 6.2.1
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](mikepenz/release-changelog-builder-action@a34a800...bcae711)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `anchore/scan-action` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](anchore/scan-action@7037fa0...e116508)

Updates `github/codeql-action` from 4.33.0 to 4.35.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b1bff81...95e58e9)

Updates `anthropics/claude-code-action` from 1.0.75 to 1.0.110
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@df37d2f...ef50f12)

Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@c0f553f...5f6978f)

Updates `ruby/setup-ruby` from 1.295.0 to 1.306.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@319994f...c4e5b13)

Updates `robfrank/kamal-accessories-updater` from 26.1.0 to 26.4.0
- [Release notes](https://github.com/robfrank/kamal-accessories-updater/releases)
- [Commits](robfrank/kamal-accessories-updater@e567349...d86845f)

Updates `actions/setup-node` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@53b8394...48b55a0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: graalvm/setup-graalvm
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: anchore/scan-action
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.110
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: ruby/setup-ruby
  dependency-version: 1.306.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: robfrank/kamal-accessories-updater
  dependency-version: 26.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

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 Apr 30, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

ðŸŸĒ Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@mergify
mergify Bot merged commit 13cab10 into main May 3, 2026
11 of 14 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-36306aa209 branch May 3, 2026 09:27
mergify Bot added a commit that referenced this pull request Jul 17, 2026
â€Ķ updates [skip ci]

Bumps the github-actions group with 15 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.2.0` | `6.3.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.2.0` | `4.4.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.1.0` | `4.2.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.1.0` | `4.2.0` |
| [actions/setup-java](https://github.com/actions/setup-java) | `5.3.0` | `5.5.0` |
| [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) | `1.5.6` | `1.6.3` |
| [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) | `6.2.2` | `6.2.3` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.0` | `3.0.2` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.2` | `4.37.0` |
| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.151` | `1.0.175` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.36.2` | `4.37.0` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.36.2` | `4.37.0` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.313.0` | `1.319.0` |
| [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `3.3.0` | `3.4.0` |
| [robfrank/kamal-accessories-updater](https://github.com/robfrank/kamal-accessories-updater) | `26.4.0` | `26.7.0` |
Updates `actions/setup-python` from 6.2.0 to 6.3.0
Release notes

*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*

> v6.3.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancement
>
> * Add RHEL support and include Linux distro in cache keys by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1323](https://redirect.github.com/actions/setup-python/pull/1323)
> * Fix pip cache error handling on Windows by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1040](https://redirect.github.com/actions/setup-python/pull/1040)
>
> ### Dependency update
>
> * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-python#1281](https://redirect.github.com/actions/setup-python/pull/1281)
> * Upgrade actions dependencies by [`@​gowridurgad`](https://github.com/gowridurgad) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-python#1303](https://redirect.github.com/actions/setup-python/pull/1303)
> * Upgrade `@​actions/cache` to 5.1.0, log cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-python#1324](https://redirect.github.com/actions/setup-python/pull/1324)
> * Upgrade dependency versions and test workflow configuration by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-python#1322](https://redirect.github.com/actions/setup-python/pull/1322)
>
> ### Documentation
>
> * Update advanced-usage.md by [`@​Dunky-Z`](https://github.com/Dunky-Z) in [actions/setup-python#811](https://redirect.github.com/actions/setup-python/pull/811)
>
> New Contributors
> ----------------
>
> * [`@​gowridurgad`](https://github.com/gowridurgad) with [`@​Copilot`](https://github.com/Copilot) made their first contribution in [actions/setup-python#1303](https://redirect.github.com/actions/setup-python/pull/1303)
> * [`@​jasongin`](https://github.com/jasongin) made their first contribution in [actions/setup-python#1324](https://redirect.github.com/actions/setup-python/pull/1324)
> * [`@​Dunky-Z`](https://github.com/Dunky-Z) made their first contribution in [actions/setup-python#811](https://redirect.github.com/actions/setup-python/pull/811)
>
> **Full Changelog**: <https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0>


Commits

* [`ece7cb0`](https://github.com/actions/setup-python/commit/ece7cb06caefa5fff74198d8649806c4678c61a1) Fix pip cache error handling on Windows. ([#1040](https://redirect.github.com/actions/setup-python/issues/1040))
* [`1d18d7a`](https://github.com/actions/setup-python/commit/1d18d7af5f767c1259ede05a0a5bcc30f3dcf1cf) Update advanced-usage.md ([#811](https://redirect.github.com/actions/setup-python/issues/811))
* [`d2b357a`](https://github.com/actions/setup-python/commit/d2b357a6a3a3687dd6781a416c0d24fcfd68660e) Update dependency versions and test workflow configuration ([#1322](https://redirect.github.com/actions/setup-python/issues/1322))
* [`8f639b1`](https://github.com/actions/setup-python/commit/8f639b1e75c1048640734b2bb46e22cecf136982) Merge pull request [#1324](https://redirect.github.com/actions/setup-python/issues/1324) from jasongin/update-actions-cache-5.1.0
* [`6731c2b`](https://github.com/actions/setup-python/commit/6731c2ba87f530c26324d128c8fdd53499a4d4b0) Resolve high-severity audit issues
* [`0cb1a84`](https://github.com/actions/setup-python/commit/0cb1a84326b90186fcd211036c65b42819794c87) Add RHEL support and include Linux distro in cache keys ([#1323](https://redirect.github.com/actions/setup-python/issues/1323))
* [`dc6eab6`](https://github.com/actions/setup-python/commit/dc6eab6194394e0119523369788b507096f923e2) Update dist
* [`6f4b74b`](https://github.com/actions/setup-python/commit/6f4b74bfa2f520a380a620de3615c0dac427f4d3) Strict equality
* [`fa8bde1`](https://github.com/actions/setup-python/commit/fa8bde1a9cc6347d06948d66bcd68c598b79eaea) Bump `@​actions/cache` to 5.1.0, log cache write denied
* [`c8813ba`](https://github.com/actions/setup-python/commit/c8813ba1bc76ebf779b911ad8ffccbf2e449cb48) Upgrade [`@​actions`](https://github.com/actions) dependencies and update licenses ([#1303](https://redirect.github.com/actions/setup-python/issues/1303))
* Additional commits viewable in [compare view](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1)
  
Updates `docker/login-action` from 4.2.0 to 4.4.0
Release notes

*Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).*

> v4.4.0
> ------
>
> * Skip empty `registry-auth` secret mask by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#1035](https://redirect.github.com/docker/login-action/pull/1035)
> * Bump `@​aws-sdk/client-ecr` and `@​aws-sdk/client-ecr-public` to 3.1077.0 [docker/login-action#1034](https://redirect.github.com/docker/login-action/pull/1034)
>
> **Full Changelog**: <https://github.com/docker/login-action/compare/v4.3.0...v4.4.0>
>
> v4.3.0
> ------
>
> * Preserve names in esbuild bundle by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#1022](https://redirect.github.com/docker/login-action/pull/1022)
> * Bump `@​aws-sdk/client-ecr` and `@​aws-sdk/client-ecr-public` to 3.1076.0 [docker/login-action#999](https://redirect.github.com/docker/login-action/pull/999) [docker/login-action#1030](https://redirect.github.com/docker/login-action/pull/1030)
> * Bump `@​docker/actions-toolkit` from 0.90.0 to 0.92.0 in [docker/login-action#1004](https://redirect.github.com/docker/login-action/pull/1004) [docker/login-action#1027](https://redirect.github.com/docker/login-action/pull/1027)
> * Bump `@​sigstore/core` from 3.1.0 to 3.2.1 in [docker/login-action#1023](https://redirect.github.com/docker/login-action/pull/1023)
> * Bump `@​sigstore/verify` from 3.1.0 to 3.1.1 in [docker/login-action#1029](https://redirect.github.com/docker/login-action/pull/1029)
> * Bump http-proxy-agent and https-proxy-agent to 9.1.0 in [docker/login-action#1017](https://redirect.github.com/docker/login-action/pull/1017)
> * Bump js-yaml from 4.1.1 to 5.2.0 in [docker/login-action#1028](https://redirect.github.com/docker/login-action/pull/1028)
> * Bump sigstore from 4.1.0 to 4.1.1 in [docker/login-action#1031](https://redirect.github.com/docker/login-action/pull/1031)
> * Bump tmp from 0.2.5 to 0.2.7 in [docker/login-action#1002](https://redirect.github.com/docker/login-action/pull/1002)
> * Bump undici from 6.24.1 to 6.27.0 in [docker/login-action#1020](https://redirect.github.com/docker/login-action/pull/1020)
> * Bump vite from 7.3.3 to 7.3.6 in [docker/login-action#1019](https://redirect.github.com/docker/login-action/pull/1019)
>
> **Full Changelog**: <https://github.com/docker/login-action/compare/v4.2.0...v4.3.0>


Commits

* [`af1e73f`](https://github.com/docker/login-action/commit/af1e73f918a031802d376d3c8bbc3fe56130a9b0) Merge pull request [#1034](https://redirect.github.com/docker/login-action/issues/1034) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependen...
* [`da722bd`](https://github.com/docker/login-action/commit/da722bde43bacb027adfc67d42dbaa4c0f9e550b) [dependabot skip] chore: update generated content
* [`2916ad6`](https://github.com/docker/login-action/commit/2916ad60bd5cb72f07aa54c69fdcc61749c09b7a) build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
* [`ca0a662`](https://github.com/docker/login-action/commit/ca0a662f786e4cfddce972005bd68f3dafc3a903) Merge pull request [#1035](https://redirect.github.com/docker/login-action/issues/1035) from crazy-max/fix-registry-auth-empty-mask
* [`c455755`](https://github.com/docker/login-action/commit/c455755a579833bf0d2e4e54e3beb413ef10cc80) chore: update generated content
* [`4835190`](https://github.com/docker/login-action/commit/48351901f89581a7c12870c787d3f06d1f498438) skip empty registry-auth secret mask
* [`992421c`](https://github.com/docker/login-action/commit/992421c6e6806a7f6df609d1bfff374f9eca3004) Merge pull request [#1033](https://redirect.github.com/docker/login-action/issues/1033) from docker/dependabot/github\_actions/docker/bake-ac...
* [`b249b43`](https://github.com/docker/login-action/commit/b249b43765525dd7951068267a34cf63f22ab4f0) Merge pull request [#1032](https://redirect.github.com/docker/login-action/issues/1032) from docker/dependabot/github\_actions/docker/bake-ac...
* [`1b67977`](https://github.com/docker/login-action/commit/1b67977736863551a88ff218642a2d7628b10520) build(deps): bump docker/bake-action from 7.2.0 to 7.3.0
* [`9d49d6a`](https://github.com/docker/login-action/commit/9d49d6a3234c78daa10c3c12183ef7b6caa8e69e) build(deps): bump docker/bake-action/subaction/matrix
* Additional commits viewable in [compare view](https://github.com/docker/login-action/compare/650006c6eb7dba73a995cc03b0b2d7f5ca915bee...af1e73f918a031802d376d3c8bbc3fe56130a9b0)
  
Updates `docker/setup-qemu-action` from 4.1.0 to 4.2.0
Release notes

*Sourced from [docker/setup-qemu-action's releases](https://github.com/docker/setup-qemu-action/releases).*

> v4.2.0
> ------
>
> * Preserve names in esbuild bundle by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-qemu-action#311](https://redirect.github.com/docker/setup-qemu-action/pull/311)
> * Bump `@​actions/core` from 3.0.0 to 3.0.1 in [docker/setup-qemu-action#295](https://redirect.github.com/docker/setup-qemu-action/pull/295)
> * Bump `@​docker/actions-toolkit` from 0.91.0 to 0.92.0 in [docker/setup-qemu-action#315](https://redirect.github.com/docker/setup-qemu-action/pull/315)
> * Bump `@​sigstore/core` from 3.1.0 to 3.2.1 in [docker/setup-qemu-action#312](https://redirect.github.com/docker/setup-qemu-action/pull/312)
> * Bump js-yaml from 4.1.1 to 4.2.0 in [docker/setup-qemu-action#310](https://redirect.github.com/docker/setup-qemu-action/pull/310)
> * Bump tmp from 0.2.6 to 0.2.7 in [docker/setup-qemu-action#304](https://redirect.github.com/docker/setup-qemu-action/pull/304)
> * Bump undici from 6.26.0 to 6.27.0 in [docker/setup-qemu-action#308](https://redirect.github.com/docker/setup-qemu-action/pull/308)
> * Bump vite from 7.3.2 to 7.3.6 in [docker/setup-qemu-action#307](https://redirect.github.com/docker/setup-qemu-action/pull/307)
>
> **Full Changelog**: <https://github.com/docker/setup-qemu-action/compare/v4.1.0...v4.2.0>


Commits

* [`96fe6ef`](https://github.com/docker/setup-qemu-action/commit/96fe6ef7f33517b61c61be40b68a1882f3264fb8) Merge pull request [#315](https://redirect.github.com/docker/setup-qemu-action/issues/315) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`31f08d3`](https://github.com/docker/setup-qemu-action/commit/31f08d3fc9186dbe4b4550696f2e32e9aa7f9465) [dependabot skip] chore: update generated content
* [`4e7017a`](https://github.com/docker/setup-qemu-action/commit/4e7017a474d2cf3912bb0437f7fafec6d5fb6c52) build(deps): bump `@​docker/actions-toolkit` from 0.91.0 to 0.92.0
* [`0eca235`](https://github.com/docker/setup-qemu-action/commit/0eca235293ca1939b58c082f69bdc981ccce8c94) Merge pull request [#314](https://redirect.github.com/docker/setup-qemu-action/issues/314) from crazy-max/fix-yarn-preapprove-actions-toolkit
* [`ea66a41`](https://github.com/docker/setup-qemu-action/commit/ea66a4130b037e7961e14a0e5b155836e797cced) chore: allow actions-toolkit to bypass yarn age gate
* [`451542b`](https://github.com/docker/setup-qemu-action/commit/451542b03ae7946b7082a398b11c8c315a0e4e80) Merge pull request [#308](https://redirect.github.com/docker/setup-qemu-action/issues/308) from docker/dependabot/npm\_and\_yarn/undici-6.27.0
* [`532ae00`](https://github.com/docker/setup-qemu-action/commit/532ae0057542ec2102e2d19e9feccf85f1f69013) [dependabot skip] chore: update generated content
* [`b6f5af6`](https://github.com/docker/setup-qemu-action/commit/b6f5af659afad3f9931b782668dee4595ae7e841) build(deps): bump undici from 6.26.0 to 6.27.0
* [`cf96b86`](https://github.com/docker/setup-qemu-action/commit/cf96b86294b57480ac6d330bd177fca87eac95bc) Merge pull request [#304](https://redirect.github.com/docker/setup-qemu-action/issues/304) from docker/dependabot/npm\_and\_yarn/tmp-0.2.7
* [`f0ba643`](https://github.com/docker/setup-qemu-action/commit/f0ba643f78dc96bc931fb83e5dadc39628e10047) [dependabot skip] chore: update generated content
* Additional commits viewable in [compare view](https://github.com/docker/setup-qemu-action/compare/06116385d9baf250c9f4dcb4858b16962ea869c3...96fe6ef7f33517b61c61be40b68a1882f3264fb8)
  
Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0
Release notes

*Sourced from [docker/setup-buildx-action's releases](https://github.com/docker/setup-buildx-action/releases).*

> v4.2.0
> ------
>
> * Preserve names in esbuild bundle by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-buildx-action#572](https://redirect.github.com/docker/setup-buildx-action/pull/572)
> * Bump `@​actions/core` from 3.0.0 to 3.0.1 in [docker/setup-buildx-action#551](https://redirect.github.com/docker/setup-buildx-action/pull/551)
> * Bump `@​docker/actions-toolkit` from 0.90.0 to 0.92.0 in [docker/setup-buildx-action#557](https://redirect.github.com/docker/setup-buildx-action/pull/557) [docker/setup-buildx-action#580](https://redirect.github.com/docker/setup-buildx-action/pull/580)
> * Bump `@​sigstore/core` from 3.1.0 to 3.2.1 in [docker/setup-buildx-action#573](https://redirect.github.com/docker/setup-buildx-action/pull/573)
> * Bump `@​sigstore/verify` from 3.1.0 to 3.1.1 in [docker/setup-buildx-action#576](https://redirect.github.com/docker/setup-buildx-action/pull/576)
> * Bump js-yaml from 4.1.1 to 5.2.0 in [docker/setup-buildx-action#562](https://redirect.github.com/docker/setup-buildx-action/pull/562)
> * Bump sigstore from 4.1.0 to 4.1.1 in [docker/setup-buildx-action#577](https://redirect.github.com/docker/setup-buildx-action/pull/577)
> * Bump tmp from 0.2.5 to 0.2.7 in [docker/setup-buildx-action#556](https://redirect.github.com/docker/setup-buildx-action/pull/556)
> * Bump undici from 6.25.0 to 6.27.0 in [docker/setup-buildx-action#570](https://redirect.github.com/docker/setup-buildx-action/pull/570)
> * Bump vite from 7.3.2 to 7.3.6 in [docker/setup-buildx-action#569](https://redirect.github.com/docker/setup-buildx-action/pull/569)
>
> **Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v4.1.0...v4.2.0>


Commits

* [`bb05f3f`](https://github.com/docker/setup-buildx-action/commit/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c) Merge pull request [#580](https://redirect.github.com/docker/setup-buildx-action/issues/580) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`321c814`](https://github.com/docker/setup-buildx-action/commit/321c814cb51fbe4af8eca00249525cc0973ea66f) [dependabot skip] chore: update generated content
* [`b9a36ef`](https://github.com/docker/setup-buildx-action/commit/b9a36ef79ba42cfc611885a1e8c388fbf8b8cb3f) build(deps): bump `@​docker/actions-toolkit` from 0.91.0 to 0.92.0
* [`ebeab24`](https://github.com/docker/setup-buildx-action/commit/ebeab241289497cd564ac98b3cfc9e64607bb276) Merge pull request [#570](https://redirect.github.com/docker/setup-buildx-action/issues/570) from docker/dependabot/npm\_and\_yarn/undici-6.27.0
* [`5c7b8ae`](https://github.com/docker/setup-buildx-action/commit/5c7b8ae78cec97a3215d4d86679b1d072eaa80cb) [dependabot skip] chore: update generated content
* [`037e618`](https://github.com/docker/setup-buildx-action/commit/037e618cd98e95e81525b15ff0e9c96f507e6a0e) build(deps): bump undici from 6.25.0 to 6.27.0
* [`66080e5`](https://github.com/docker/setup-buildx-action/commit/66080e5802281ec2e72b7f3108915643e702db85) Merge pull request [#577](https://redirect.github.com/docker/setup-buildx-action/issues/577) from docker/dependabot/npm\_and\_yarn/sigstore-4.1.1
* [`409aef0`](https://github.com/docker/setup-buildx-action/commit/409aef0aa3f48f0a742e7dec4e0e04ab19afe93c) Merge pull request [#562](https://redirect.github.com/docker/setup-buildx-action/issues/562) from docker/dependabot/npm\_and\_yarn/js-yaml-4.2.0
* [`49c6e42`](https://github.com/docker/setup-buildx-action/commit/49c6e42949280fa0d70fb327633591be54efbfb6) build(deps): bump sigstore from 4.1.0 to 4.1.1
* [`2211273`](https://github.com/docker/setup-buildx-action/commit/2211273e8121ecf9ecb7d6c7c0fcd55526d530c7) [dependabot skip] chore: update generated content
* Additional commits viewable in [compare view](https://github.com/docker/setup-buildx-action/compare/d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5...bb05f3f5519dd87d3ba754cc423b652a5edd6d2c)
  
Updates `actions/setup-java` from 5.3.0 to 5.5.0
Release notes

*Sourced from [actions/setup-java's releases](https://github.com/actions/setup-java/releases).*

> v5.5.0
> ------
>
> What's Changed
> --------------
>
> * chore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist) by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1061](https://redirect.github.com/actions/setup-java/pull/1061)
> * Bump github/codeql-action from 3 to 4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1069](https://redirect.github.com/actions/setup-java/pull/1069)
> * Bump actions/checkout from 6 to 7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1068](https://redirect.github.com/actions/setup-java/pull/1068)
> * Bump actions/setup-python from 5 to 6 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1067](https://redirect.github.com/actions/setup-java/pull/1067)
> * Bump `@​typescript-eslint/parser` from 8.61.1 to 8.62.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1062](https://redirect.github.com/actions/setup-java/pull/1062)
> * feat: Add verify-signature plumbing and Temurin+Microsoft verification support by [`@​johnoliver`](https://github.com/johnoliver) in [actions/setup-java#1060](https://redirect.github.com/actions/setup-java/pull/1060)
> * Updated jetbrains test: https.request() now catches errors. This fixes leaking tests as well by [`@​jmjaffe37`](https://github.com/jmjaffe37) in [actions/setup-java#1070](https://redirect.github.com/actions/setup-java/pull/1070)
> * Fix arm64 e2e workflow tests mislabeled as x64 by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1073](https://redirect.github.com/actions/setup-java/pull/1073)
> * feat: suppress Maven transfer progress via MAVEN\_ARGS by default (add show-download-progress input) by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1053](https://redirect.github.com/actions/setup-java/pull/1053)
> * feat: Disable interactiveMode in generated Maven settings.xml by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1052](https://redirect.github.com/actions/setup-java/pull/1052)
> * Bump prettier from 3.6.2 to 3.9.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1066](https://redirect.github.com/actions/setup-java/pull/1066)
> * chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1074](https://redirect.github.com/actions/setup-java/pull/1074)
> * fix: Maven Toolchains grows unexpectedly by [`@​Okeanos`](https://github.com/Okeanos) in [actions/setup-java#534](https://redirect.github.com/actions/setup-java/pull/534)
> * dist: Support Tencent Kona JDK by [`@​johnshajiang`](https://github.com/johnshajiang) in [actions/setup-java#672](https://redirect.github.com/actions/setup-java/pull/672)
> * feat: Add set-default option by [`@​gsmet`](https://github.com/gsmet) in [actions/setup-java#1017](https://redirect.github.com/actions/setup-java/pull/1017)
> * docs: document problem matcher (and how to disable it), Maven Wrapper caching, and generated interactiveMode by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1075](https://redirect.github.com/actions/setup-java/pull/1075)
> * feat: Add distribution detection support to .sdkmanrc file by [`@​lukaszgyg`](https://github.com/lukaszgyg) in [actions/setup-java#975](https://redirect.github.com/actions/setup-java/pull/975)
>
> New Contributors
> ----------------
>
> * [`@​jmjaffe37`](https://github.com/jmjaffe37) made their first contribution in [actions/setup-java#1070](https://redirect.github.com/actions/setup-java/pull/1070)
> * [`@​gsmet`](https://github.com/gsmet) made their first contribution in [actions/setup-java#1017](https://redirect.github.com/actions/setup-java/pull/1017)
> * [`@​lukaszgyg`](https://github.com/lukaszgyg) made their first contribution in [actions/setup-java#975](https://redirect.github.com/actions/setup-java/pull/975)
>
> **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.5.0>
>
> v5.4.0
> ------
>
> What's Changed
> --------------
>
> * Bump `@​typescript-eslint/parser` from 8.48.0 to 8.61.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1021](https://redirect.github.com/actions/setup-java/pull/1021)
> * Fix codeql workflow permissions by [`@​jsoref`](https://github.com/jsoref) in [actions/setup-java#993](https://redirect.github.com/actions/setup-java/pull/993)
> * fix CodeQL permissions by [`@​gdams`](https://github.com/gdams) in [actions/setup-java#1025](https://redirect.github.com/actions/setup-java/pull/1025)
> * fix: reject non-semver candidate versions in isVersionSatisfies by [`@​sproctor`](https://github.com/sproctor) in [actions/setup-java#1009](https://redirect.github.com/actions/setup-java/pull/1009)
> * Bump `@​actions/cache` to 5.1.0, handle cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-java#1026](https://redirect.github.com/actions/setup-java/pull/1026)
> * Add Maven Wrapper cache feature by [`@​mahabaleshwars`](https://github.com/mahabaleshwars) in [actions/setup-java#1027](https://redirect.github.com/actions/setup-java/pull/1027)
> * Spelling by [`@​jsoref`](https://github.com/jsoref) in [actions/setup-java#713](https://redirect.github.com/actions/setup-java/pull/713)
> * add link to advanced configuration for JetBrains by [`@​robstoll`](https://github.com/robstoll) in [actions/setup-java#850](https://redirect.github.com/actions/setup-java/pull/850)
> * docs(action): fix missing required or default fields by [`@​kranthipoturaju`](https://github.com/kranthipoturaju) in [actions/setup-java#1007](https://redirect.github.com/actions/setup-java/pull/1007)
> * feat: add microsoft openjdk 17.0.18 by [`@​al-kau`](https://github.com/al-kau) in [actions/setup-java#1002](https://redirect.github.com/actions/setup-java/pull/1002)
> * Update README.md - use "alert syntax for Markdown" for notes by [`@​mhoffrog`](https://github.com/mhoffrog) in [actions/setup-java#924](https://redirect.github.com/actions/setup-java/pull/924)
> * Bump undici from 6.24.1 to 6.27.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1033](https://redirect.github.com/actions/setup-java/pull/1033)
> * Update contributor guide with emoji for clarity by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1028](https://redirect.github.com/actions/setup-java/pull/1028)
> * add javac problem matcher by [`@​Trass3r`](https://github.com/Trass3r) in [actions/setup-java#562](https://redirect.github.com/actions/setup-java/pull/562)
> * Clarify README version syntax and migration guidance by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1038](https://redirect.github.com/actions/setup-java/pull/1038)
> * Update undici artifacts to 6.27.0 (license cache + dist) by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1040](https://redirect.github.com/actions/setup-java/pull/1040)
> * docs: enhance custom jdk file installation by [`@​stephanabel`](https://github.com/stephanabel) in [actions/setup-java#996](https://redirect.github.com/actions/setup-java/pull/996)
> * Templates for new Java distributions by [`@​panticmilos`](https://github.com/panticmilos) in [actions/setup-java#429](https://redirect.github.com/actions/setup-java/pull/429)
> * Bump actions/checkout from 6 to 7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1032](https://redirect.github.com/actions/setup-java/pull/1032)
> * Bump `@​types/node` from 25.9.3 to 26.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1031](https://redirect.github.com/actions/setup-java/pull/1031)
> * docs: replace non-existent HelloWorldApp references with java --version by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1043](https://redirect.github.com/actions/setup-java/pull/1043)

... (truncated)


Commits

* [`0f481fc`](https://github.com/actions/setup-java/commit/0f481fcb613427c0f801b606911222b5b6f3083a) feat: Add distribution detection support to .sdkmanrc file ([#975](https://redirect.github.com/actions/setup-java/issues/975))
* [`c4922bf`](https://github.com/actions/setup-java/commit/c4922bf8099a153c2ad2fa6c869b9e6fa8d21017) docs: document problem matcher (and how to disable it), Maven Wrapper caching...
* [`6657b99`](https://github.com/actions/setup-java/commit/6657b993409da921e0c021d82aa9c159601e7a27) feat: Add set-default option ([#1017](https://redirect.github.com/actions/setup-java/issues/1017))
* [`a50fdcc`](https://github.com/actions/setup-java/commit/a50fdccef19f861401a6f00b7caa2abf98504acb) dist: Support Tencent Kona JDK ([#672](https://redirect.github.com/actions/setup-java/issues/672))
* [`77ee41d`](https://github.com/actions/setup-java/commit/77ee41d00e246422933200d520a0334a299f26e4) fix: Maven Toolchains grows unexpectedly ([#534](https://redirect.github.com/actions/setup-java/issues/534))
* [`0765b15`](https://github.com/actions/setup-java/commit/0765b158bfd14bd15c56facab447d138e1161193) chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 ([#1074](https://redirect.github.com/actions/setup-java/issues/1074))
* [`c712b2f`](https://github.com/actions/setup-java/commit/c712b2fb55a8deb2d59f204bd7aa86ac6f938c98) Bump prettier from 3.6.2 to 3.9.1 ([#1066](https://redirect.github.com/actions/setup-java/issues/1066))
* [`733efae`](https://github.com/actions/setup-java/commit/733efaeaca653493004ffb895a11b2c6c316558e) feat: Disable interactiveMode in generated Maven settings.xml ([#1052](https://redirect.github.com/actions/setup-java/issues/1052))
* [`6c4d4a5`](https://github.com/actions/setup-java/commit/6c4d4a5025dca6ad7cc86c839fadbcb66762ed3b) feat: suppress Maven transfer progress via MAVEN\_ARGS by default (add show-do...
* [`324b333`](https://github.com/actions/setup-java/commit/324b33387d37f5aa8878ea44bd7144864a316dee) Fix arm64 e2e workflow tests mislabeled as x64 ([#1073](https://redirect.github.com/actions/setup-java/issues/1073))
* Additional commits viewable in [compare view](https://github.com/actions/setup-java/compare/ad2b38190b15e4d6bdf0c97fb4fca8412226d287...0f481fcb613427c0f801b606911222b5b6f3083a)
  
Updates `graalvm/setup-graalvm` from 1.5.6 to 1.6.3
Release notes

*Sourced from [graalvm/setup-graalvm's releases](https://github.com/graalvm/setup-graalvm/releases).*

> v1.6.1
> ------
>
> What's Changed
> --------------
>
> * Fix incorrect warning and `sortBy` parameter. by [`@​fniephaus`](https://github.com/fniephaus) in [graalvm/setup-graalvm#225](https://redirect.github.com/graalvm/setup-graalvm/pull/225)
>
> **Full Changelog**: <https://github.com/graalvm/setup-graalvm/compare/v1.6.0...v1.6.1>
>
> v1.6.0
> ------
>
> What's Changed
> --------------
>
> * Bump the "all" group with 2 updates across multiple ecosystems by [`@​dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#222](https://redirect.github.com/graalvm/setup-graalvm/pull/222)
> * Add support for GraalVM innovation releases by [`@​fniephaus`](https://github.com/fniephaus) in [graalvm/setup-graalvm#223](https://redirect.github.com/graalvm/setup-graalvm/pull/223)
>
> **Full Changelog**: <https://github.com/graalvm/setup-graalvm/compare/v1.5.6...v1.6.0>


Commits

* [`0def53c`](https://github.com/graalvm/setup-graalvm/commit/0def53c0fd8534bc13416c9469f5be45265824fd) Bump version to `1.6.3`.
* [`709c6ec`](https://github.com/graalvm/setup-graalvm/commit/709c6ec64e55ce2483599b95b4ae414ca728d994) Refactor GDS integration.
* [`6ceeefe`](https://github.com/graalvm/setup-graalvm/commit/6ceeefe947dedd393c9a1669609b6a3a545ad01e) Downgrade MSVC setup failure to warning for JDK 17+
* [`e5ed908`](https://github.com/graalvm/setup-graalvm/commit/e5ed908b985e23625beed1cf536c5b71c38bc29a) Use `vswhere.exe` to detect Visual Studio installations.
* [`186d049`](https://github.com/graalvm/setup-graalvm/commit/186d0493a2df5eb62df5ecc498883d18fd58c303) Bump version to `1.6.2`.
* [`f9f3f4d`](https://github.com/graalvm/setup-graalvm/commit/f9f3f4d5b9d843e248f00c0478e8606983c0731d) Set `responseFields=metadata` explicitly.
* [`8c5543b`](https://github.com/graalvm/setup-graalvm/commit/8c5543b71f44568342e106336639979e94a8f6de) Bump version to `1.6.1`.
* [`2a0c462`](https://github.com/graalvm/setup-graalvm/commit/2a0c4623e9f95af70850179e9fac992c1313117e) Fix sortBy GDS parameter for Oracle GraalVM.
* [`29adb79`](https://github.com/graalvm/setup-graalvm/commit/29adb79afe1ce4fa5b0f25d5adbccab4e6fb0bc0) Fix incorrect warning.
* [`fee0be0`](https://github.com/graalvm/setup-graalvm/commit/fee0be0e138bd93ed181d063832ecfedd2032219) Improve testing
* Additional commits viewable in [compare view](https://github.com/graalvm/setup-graalvm/compare/6f3fa030c4b8f77c1f554a860f593a654538fa38...0def53c0fd8534bc13416c9469f5be45265824fd)
  
Updates `mikepenz/release-changelog-builder-action` from 6.2.2 to 6.2.3
Release notes

*Sourced from [mikepenz/release-changelog-builder-action's releases](https://github.com/mikepenz/release-changelog-builder-action/releases).*

> v6.2.3
> ------
>
> ðŸ“Ķ Dependencies
> --------------
>
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1592](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1592)
> * chore(deps): update dependency brace-expansion to v5.0.6
>   + PR: [#1591](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1591)
> * fix(deps): update dependency semver to v7.8.0
>   + PR: [#1594](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1594)
> * chore(deps): update dependency undici to v8.2.0
>   + PR: [#1593](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1593)
> * chore(deps): lock file maintenance
>   + PR: [#1600](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1600)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1599](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1599)
> * chore(deps): update dependency vite to v8.0.14
>   + PR: [#1596](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1596)
> * chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to dc1a0af
>   + PR: [#1595](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1595)
> * chore(deps): update dependency undici to v8.3.0
>   + PR: [#1598](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1598)
> * fix(deps): update dependency semver to v7.8.1
>   + PR: [#1597](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1597)
> * chore(deps): lock file maintenance
>   + PR: [#1602](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1602)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1601](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1601)
> * chore(deps): lock file maintenance
>   + PR: [#1607](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1607)
> * chore(deps): update dependency vite to v8.0.16
>   + PR: [#1603](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1603)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1604](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1604)
> * chore(deps): update dependency undici to v8.4.1
>   + PR: [#1606](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1606)
> * fix(deps): update dependency semver to v7.8.3
>   + PR: [#1605](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1605)
> * chore(deps): update dependency undici to v8.5.0 [security]
>   + PR: [#1608](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1608)
>
> Contributors:
> -------------
>
> * [`@​renovate-mike`](https://github.com/renovate-mike)[bot], [`@​mikepenz`](https://github.com/mikepenz)


Commits

* [`c9bcd82`](https://github.com/mikepenz/release-changelog-builder-action/commit/c9bcd8238b6f41e05561348339429d360b1c0247) Merge pull request [#1609](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1609) from mikepenz/develop
* [`f6500fb`](https://github.com/mikepenz/release-changelog-builder-action/commit/f6500fbc8ce792922eedc32f67b55b4e4213ba45) Merge pull request [#1608](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1608) from mikepenz/renovate/npm-undici-vulnerability
* [`0a4154d`](https://github.com/mikepenz/release-changelog-builder-action/commit/0a4154db9c06069889bb9923dbe1c91b88d6df57) chore: rebuild dist for renovate
* [`41a4fa9`](https://github.com/mikepenz/release-changelog-builder-action/commit/41a4fa95ba9f4c6dc004256a6f345783a0ee6357) chore(deps): update dependency undici to v8.5.0 [security]
* [`758bbd0`](https://github.com/mikepenz/release-changelog-builder-action/commit/758bbd0fac1552b706ec93542b52f832e67179d0) Merge pull request [#1605](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1605) from mikepenz/renovate/semver-7.x
* [`5fa71a4`](https://github.com/mikepenz/release-changelog-builder-action/commit/5fa71a40fbc596ca8021a8b2e53e633b53464f4f) fix(deps): update dependency semver to v7.8.3
* [`df49c93`](https://github.com/mikepenz/release-changelog-builder-action/commit/df49c939fb2cfca1638127b39baa06c45e035620) Merge pull request [#1606](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1606) from mikepenz/renovate/undici-8.x
* [`6dc5e2b`](https://github.com/mikepenz/release-changelog-builder-action/commit/6dc5e2bf81297766c7156afa8aba0f22fd029462) chore(deps): update node devdependency non-major updates ([#1604](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1604))
* [`f442d03`](https://github.com/mikepenz/release-changelog-builder-action/commit/f442d03d7aa428c35a2d15e98a72b2ad19546fd4) chore: rebuild dist for renovate
* [`e917ee5`](https://github.com/mikepenz/release-changelog-builder-action/commit/e917ee5adca9158a8ca60c71383e4ec8fef4d1fd) chore(deps): update dependency undici to v8.4.1
* Additional commits viewable in [compare view](https://github.com/mikepenz/release-changelog-builder-action/compare/348e88fab4c37338b1e803ceb2d4a7a5db6c0833...c9bcd8238b6f41e05561348339429d360b1c0247)
  
Updates `softprops/action-gh-release` from 3.0.0 to 3.0.2
Release notes

*Sourced from [softprops/action-gh-release's releases](https://github.com/softprops/action-gh-release/releases).*

> v3.0.2
> ------
>
> `3.0.2` is a patch release focused on release reliability and compatibility. It
> reuses existing draft releases when publishing prereleases, supports replacing
> release assets on Gitea, hardens streamed asset uploads, and provides clearer
> release-creation diagnostics. It also includes TypeScript, coverage, and tooling
> maintenance merged since `3.0.1`.
>
> This release fixes [#795](https://redirect.github.com/softprops/action-gh-release/issues/795), [#438](https://redirect.github.com/softprops/action-gh-release/issues/438), and [#803](https://redirect.github.com/softprops/action-gh-release/issues/803). The upload transport hardening covers the
> historical failure reported in [#790](https://redirect.github.com/softprops/action-gh-release/issues/790), although current hosted Node 24 runners did
> not reproduce it naturally. The diagnostics work is related to [#786](https://redirect.github.com/softprops/action-gh-release/issues/786) and does not
> claim a reproducible release-creation fix.
>
> What's Changed
> --------------
>
> ### Exciting New Features 🎉
>
> * feat: improve release error reporting and test coverage by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#813](https://redirect.github.com/softprops/action-gh-release/pull/813)
>
> ### Bug fixes 🐛
>
> * fix: publish existing draft releases as prereleases by [`@​godfengliang`](https://github.com/godfengliang) in [softprops/action-gh-release#801](https://redirect.github.com/softprops/action-gh-release/pull/801)
> * fix: upload small checksum assets reliably by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#815](https://redirect.github.com/softprops/action-gh-release/pull/815)
> * fix: replace existing release assets on Gitea by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#816](https://redirect.github.com/softprops/action-gh-release/pull/816)
> * fix: clarify release creation 404 errors by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#817](https://redirect.github.com/softprops/action-gh-release/pull/817)
>
> ### Other Changes 🔄
>
> * chore(deps): upgrade TypeScript to 7 by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#812](https://redirect.github.com/softprops/action-gh-release/pull/812)
> * chore(deps): remove unused TypeScript tooling by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#814](https://redirect.github.com/softprops/action-gh-release/pull/814)
> * dependency, Node 24 pin, and CI maintenance merged since `3.0.1`
>
> v3.0.1
> ------
>
> 3.0.1
> -----
>
> * maintenance release with updated dependencies


Changelog

*Sourced from [softprops/action-gh-release's changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md).*

> 3.0.2
> -----
>
> `3.0.2` is a patch release focused on release reliability and compatibility. It
> reuses existing draft releases when publishing prereleases, supports replacing
> release assets on Gitea, hardens streamed asset uploads, and provides clearer
> release-creation diagnostics. It also includes TypeScript, coverage, and tooling
> maintenance merged since `3.0.1`.
>
> This release fixes [#795](https://redirect.github.com/softprops/action-gh-release/issues/795), [#438](https://redirect.github.com/softprops/action-gh-release/issues/438), and [#803](https://redirect.github.com/softprops/action-gh-release/issues/803). The upload transport hardening covers the
> historical failure reported in [#790](https://redirect.github.com/softprops/action-gh-release/issues/790), although current hosted Node 24 runners did
> not reproduce it naturally. The diagnostics work is related to [#786](https://redirect.github.com/softprops/action-gh-release/issues/786) and does not
> claim a reproducible release-creation fix.
>
> What's Changed
> --------------
>
> ### Exciting New Features 🎉
>
> * feat: improve release error reporting and test coverage by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#813](https://redirect.github.com/softprops/action-gh-release/pull/813)
>
> ### Bug fixes 🐛
>
> * fix: publish existing draft releases as prereleases by [`@​godfengliang`](https://github.com/godfengliang) in [softprops/action-gh-release#801](https://redirect.github.com/softprops/action-gh-release/pull/801)
> * fix: upload small checksum assets reliably by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#815](https://redirect.github.com/softprops/action-gh-release/pull/815)
> * fix: replace existing release assets on Gitea by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#816](https://redirect.github.com/softprops/action-gh-release/pull/816)
> * fix: clarify release creation 404 errors by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#817](https://redirect.github.com/softprops/action-gh-release/pull/817)
>
> ### Other Changes 🔄
>
> * chore(deps): upgrade TypeScript to 7 by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#812](https://redirect.github.com/softprops/action-gh-release/pull/812)
> * chore(deps): remove unused TypeScript tooling by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#814](https://redirect.github.com/softprops/action-gh-release/pull/814)
> * dependency, Node 24 pin, and CI maintenance merged since `3.0.1`
>
> 3.0.1
> -----
>
> * maintenance release with updated dependencies
>
> 3.0.0
> -----
>
> `3.0.0` is a major release that moves the action runtime from Node 20 to Node 24.
> Use `v3` on GitHub-hosted runners and self-hosted fleets that already support the
> Node 24 Actions runtime. `v2.6.2` was the final Node 20-compatible release and is
> no longer maintained or supported.
>
> What's Changed
> --------------
>
> ### Other Changes 🔄
>
> * Move the action runtime and bundle target to Node 24
> * Update `@types/node` to the Node 24 line and allow future Dependabot updates
> * Keep the floating major tag on `v3`; freeze `v2` at the final `v2.6.2` release

... (truncated)


Commits

* [`3d0d988`](https://github.com/softprops/action-gh-release/commit/3d0d9888cb7fd7b750713d6e236d1fcb99157228) release 3.0.2 ([#818](https://redirect.github.com/softprops/action-gh-release/issues/818))
* [`7e13ed4`](https://github.com/softprops/action-gh-release/commit/7e13ed4ac596a4adf801d3812be5a089356949aa) fix: clarify release creation 404 errors ([#817](https://redirect.github.com/softprops/action-gh-release/issues/817))
* [`e6c70a5`](https://github.com/softprops/action-gh-release/commit/e6c70a53cf67373fbff7eeebca7782b4fe8f106c) fix: replace existing release assets on Gitea ([#816](https://redirect.github.com/softprops/action-gh-release/issues/816))
* [`f345337`](https://github.com/softprops/action-gh-release/commit/f3453378888d5ef6208e2788af1c5ba50d8a898d) fix: publish existing draft releases as prereleases ([#801](https://redirect.github.com/softprops/action-gh-release/issues/801))
* [`d8a89a2`](https://github.com/softprops/action-gh-release/commit/d8a89a206684ded8435bf16d6f698bf04ab05164) fix: upload small checksum assets reliably ([#815](https://redirect.github.com/softprops/action-gh-release/issues/815))
* [`45ece40`](https://github.com/softprops/action-gh-release/commit/45ece40c3178522904ac6c51c21d8a4e3565f3c8) chore(deps): remove unused TypeScript tooling ([#814](https://redirect.github.com/softprops/action-gh-release/issues/814))
* [`f6b913c`](https://github.com/softprops/action-gh-release/commit/f6b913c3f95302d88e8ef7cb2859c2e7656aa01e) feat: improve release error reporting and test coverage ([#813](https://redirect.github.com/softprops/action-gh-release/issues/813))
* [`15f193d`](https://github.com/softprops/action-gh-release/commit/15f193d7d8aa9623b5181913a31fafceb4e8cef9) chore(deps): upgrade TypeScript to 7 ([#812](https://redirect.github.com/softprops/action-gh-release/issues/812))
* [`cc8268d`](https://github.com/softprops/action-gh-release/commit/cc8268d46a81d57ec9b061f27b0dd68ebd7fb17f) chore(deps): bump actions/checkout in the github-actions group ([#810](https://redirect.github.com/softprops/action-gh-release/issues/810))
* [`fd0ed1e`](https://github.com/softprops/action-gh-release/commit/fd0ed1e85b6730f87f5c67d7355751c46ad513d6) chore(deps): bump the npm group with 3 updates ([#811](https://redirect.github.com/softprops/action-gh-release/issues/811))
* Additional commits viewable in [compare view](https://github.com/softprops/action-gh-release/compare/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...3d0d9888cb7fd7b750713d6e236d1fcb99157228)
  
Updates `github/codeql-action/upload-sarif` from 4.36.2 to 4.37.0
Release notes

*Sourced from [github/codeql-action/upload-sarif's releases](https://github.com/github/codeql-action/releases).*

> v4.37.0
> -------
>
> * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995)
> * In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#3973](https://redirect.github.com/github/codeql-action/pull/3973)
>
> v4.36.3
> -------
>
> No user facing changes.


Changelog

*Sourced from [github/codeql-action/upload-sarif's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956)
> * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019)
>
> 4.37.0 - 08 Jul 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995)
> * In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#3973](https://redirect.github.com/github/codeql-action/pull/3973)
>
> 4.36.3 - 01 Jul 2026
> --------------------
>
> No user facing changes.
>
> 4.36.2 - 04 Jun 2026
> --------------------
>
> * Cache CodeQL CLI version information across Actions steps. [#3943](https://redirect.github.com/github/codeql-action/pull/3943)
> * Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. [#3937](https://redirect.github.com/github/codeql-action/pull/3937)
> * Update default CodeQL bundle version to [2.25.6](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6). [#3948](https://redirect.github.com/github/codeql-action/pull/3948)
>
> 4.36.1 - 02 Jun 2026
> --------------------
>
> No user facing changes.
>
> 4.36.0 - 22 May 2026
> --------------------
>
> * *Breaking change*: Bump the minimum required CodeQL bundle version to 2.19.4. [#3894](https://redirect.github.com/github/codeql-action/pull/3894)
> * Add support for SHA-256 Git object IDs. [#3893](https://redirect.github.com/github/codeql-action/pull/3893)
> * Update default CodeQL bundle version to [2.25.5](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5). [#3926](https://redirect.github.com/github/codeql-action/pull/3926)
>
> 4.35.5 - 15 May 2026
> --------------------
>
> * We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. [#3899](https://redirect.github.com/github/codeql-action/pull/3899)
> * For performance and accuracy reasons, [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. [#3791](https://redirect.github.com/github/codeql-action/pull/3791)
> * If multiple inputs are provided for the GitHub-internal `analysis-kinds` input, only `code-scanning` will be enabled. The `analysis-kinds` input is experimental, for GitHub-internal use only, and may change without notice at any time. [#3892](https://redirect.github.com/github/codeql-action/pull/3892)
> * Added an experimental change which, when running a Code Scanning analysis for a PR with [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. [#3880](https://redirect.github.com/github/codeql-action/pull/3880)
>
> 4.35.4 - 07 May 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.25.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4). [#3881](https://redirect.github.com/github/codeql-action/pull/3881)
>
> 4.35.3 - 01 May 2026
> --------------------
>
> * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. [#3837](https://redirect.github.com/github/codeql-action/pull/3837)
> * Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. [#3850](https://redirect.github.com/github/codeql-action/pull/3850)
> * Best-effort connection tests for private registries now use `GET` requests instead of `HEAD` for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. [#3853](https://redirect.github.com/github/codeql-action/pull/3853)

... (truncated)


Commits

* [`99df26d`](https://github.com/github/codeql-action/commit/99df26d4f13ea111d4ec1a7dddef6063f76b97e9) Merge pull request [#3996](https://redirect.github.com/github/codeql-action/issues/3996) from github/update-v4.37.0-c7c896d71
* [`31c2707`](https://github.com/github/codeql-action/commit/31c27074fda95256cda077009907f8a6022dd7c0) Add changenote for [#3973](https://redirect.github.com/github/codeql-action/issues/3973)
* [`72df218`](https://github.com/github/codeql-action/commit/72df2181aac054d1f4b44264399d2aac12cf11c6) Update changelog for v4.37.0
* [`c7c896d`](https://github.com/github/codeql-action/commit/c7c896d71b3055d36f2aff93b16bcc6c69923b91) Merge pull request [#3995](https://redirect.github.com/github/codeql-action/issues/3995) from github/update-bundle/codeql-bundle-v2.26.0
* [`3f34ff0`](https://github.com/github/codeql-action/commit/3f34ff0ea3f5153c96071437b7cbf71ea3757146) Add changelog note
* [`43bec09`](https://github.com/github/codeql-action/commit/43bec09f1dc368b430cab4b5d69799bc904079d1) Update default bundle to codeql-bundle-v2.26.0
* [`f58f0d1`](https://github.com/github/codeql-action/commit/f58f0d11ebf5dedd870fab2f999275f7602cfa46) Merge pull request [#3973](https://redirect.github.com/github/codeql-action/issues/3973) from github/mbg/repo-props/config-file-shorthands
* [`7dc37cb`](https://github.com/github/codeql-action/commit/7dc37cbb5b3e37f0e1cd1f18b61e0ea849898fb8) Merge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...
* [`8e22350`](https://github.com/github/codeql-action/commit/8e22350a7e28c34c82a5a499fc241923301c2c4f) Thread `ActionState` to `initConfig`
* [`69c9e8c`](https://github.com/github/codeql-action/commit/69c9e8c7d918cf2fee13b8b72fdde15883ff155b) Mark some `status-report` imports as `type`-only to avoid circular dependencies
* Additional commit...
  \_Description has been truncated\_
mergify Bot added a commit that referenced this pull request Sep 6, 2026
â€Ķupdates [skip ci]

Bumps the github-actions group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) | `6.2.3` | `6.3.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.2` | `3.0.3` |
| [anchore/scan-action](https://github.com/anchore/scan-action) | `7.4.0` | `7.4.2` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.7` | `4.37.9` |
| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.194` | `1.0.211` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.7` | `4.37.9` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.7` | `4.37.9` |
Updates `mikepenz/release-changelog-builder-action` from 6.2.3 to 6.3.0
Release notes

*Sourced from [mikepenz/release-changelog-builder-action's releases](https://github.com/mikepenz/release-changelog-builder-action/releases).*

> v6.3.0
> ------
>
> 🚀 Features
> ----------
>
> * ci: add OpenSSF Scorecard analysis and fix CI badge
>   + PR: [#1647](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1647)
>
> 💎 Other
> -------
>
> * ci: fix Scorecard Dangerous-Workflow finding (script injection)
>   + PR: [#1648](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1648)
> * dev -> main
>   + PR: [#1650](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1650)
> * ci: run Scorecard on develop, the default branch
>   + PR: [#1651](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1651)
>
> ðŸ“Ķ Dependencies
> --------------
>
> * chore(deps): lock file maintenance
>   + PR: [#1614](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1614)
> * fix(deps): update dependency semver to v7.8.4
>   + PR: [#1612](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1612)
> * chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to 4823a29
>   + PR: [#1610](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1610)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1611](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1611)
> * fix(deps): update dependency https-proxy-agent to v9.1.0
>   + PR: [#1613](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1613)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1615](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1615)
> * chore(deps): lock file maintenance
>   + PR: [#1619](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1619)
> * chore(deps): update actions/checkout action to v7
>   + PR: [#1617](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1617)
> * chore(deps): lock file maintenance
>   + PR: [#1620](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1620)
> * fix(deps): update dependency semver to v7.8.5
>   + PR: [#1616](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1616)
> * chore(deps): update dependency js-yaml to v5
>   + PR: [#1618](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1618)
> * chore(deps): lock file maintenance
>   + PR: [#1624](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1624)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1623](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1623)
> * chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to 2449e39
>   + PR: [#1621](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1621)
> * chore(deps): update dependency vite to v8.1.0
>   + PR: [#1622](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1622)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1627](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1627)
> * chore(deps): lock file maintenance

... (truncated)


Commits

* [`cb021f9`](mikepenz/release-changelog-builder-action@cb021f9) Merge pull request [#1666](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1666) from mikepenz/develop
* [`48658d7`](mikepenz/release-changelog-builder-action@48658d7) chore(deps): update mikepenz/action-gh-release action to v3.1.0 ([#1665](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1665))
* [`6c6fe84`](mikepenz/release-changelog-builder-action@6c6fe84) Merge pull request [#1661](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1661) from mikepenz/renovate/node-devdependency-non-major-...
* [`27dc4b4`](mikepenz/release-changelog-builder-action@27dc4b4) chore: rebuild dist for renovate
* [`f911262`](mikepenz/release-changelog-builder-action@f911262) chore(deps): update node devdependency non-major updates
* [`217d3c7`](mikepenz/release-changelog-builder-action@217d3c7) Merge pull request [#1660](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1660) from mikepenz/renovate/js-yaml-5.x
* [`a5deb72`](mikepenz/release-changelog-builder-action@a5deb72) chore: rebuild dist for renovate
* [`72b7476`](mikepenz/release-changelog-builder-action@72b7476) chore: sync js-yaml version between devDependencies and overrides
* [`325c6d9`](mikepenz/release-changelog-builder-action@325c6d9) chore(deps): update dependency js-yaml to v5.3.0
* [`390cad3`](mikepenz/release-changelog-builder-action@390cad3) chore(deps): lock file maintenance ([#1664](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1664))
* Additional commits viewable in [compare view](mikepenz/release-changelog-builder-action@c9bcd82...cb021f9)
  
Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3
Release notes

*Sourced from [softprops/action-gh-release's releases](https://github.com/softprops/action-gh-release/releases).*

> v3.0.3
> ------
>
> `3.0.3` is a maintenance release with updated dependencies. It also safely
> classifies malformed GitHub API errors to avoid secondary failures ([#822](https://redirect.github.com/softprops/action-gh-release/issues/822)).
>
> What's Changed
> --------------
>
> ### Bug fixes 🐛
>
> * fix: safely classify GitHub API errors by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#822](https://redirect.github.com/softprops/action-gh-release/pull/822)
>
> ### Other Changes 🔄
>
> * dependency updates


Changelog

*Sourced from [softprops/action-gh-release's changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md).*

> 3.0.3
> -----
>
> `3.0.3` is a maintenance release with updated dependencies. It also safely
> classifies malformed GitHub API errors to avoid secondary failures ([#822](https://redirect.github.com/softprops/action-gh-release/issues/822)).
>
> What's Changed
> --------------
>
> ### Bug fixes 🐛
>
> * fix: safely classify GitHub API errors by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#822](https://redirect.github.com/softprops/action-gh-release/pull/822)
>
> ### Other Changes 🔄
>
> * dependency updates
>
> 3.0.2
> -----
>
> `3.0.2` is a patch release focused on release reliability and compatibility. It
> reuses existing draft releases when publishing prereleases, supports replacing
> release assets on Gitea, hardens streamed asset uploads, and provides clearer
> release-creation diagnostics. It also includes TypeScript, coverage, and tooling
> maintenance merged since `3.0.1`.
>
> This release fixes [#795](https://redirect.github.com/softprops/action-gh-release/issues/795), [#438](https://redirect.github.com/softprops/action-gh-release/issues/438), and [#803](https://redirect.github.com/softprops/action-gh-release/issues/803). The upload transport hardening covers the
> historical failure reported in [#790](https://redirect.github.com/softprops/action-gh-release/issues/790), although current hosted Node 24 runners did
> not reproduce it naturally. The diagnostics work is related to [#786](https://redirect.github.com/softprops/action-gh-release/issues/786) and does not
> claim a reproducible release-creation fix.
>
> What's Changed
> --------------
>
> ### Exciting New Features 🎉
>
> * feat: improve release error reporting and test coverage by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#813](https://redirect.github.com/softprops/action-gh-release/pull/813)
>
> ### Bug fixes 🐛
>
> * fix: publish existing draft releases as prereleases by [`@​godfengliang`](https://github.com/godfengliang) in [softprops/action-gh-release#801](https://redirect.github.com/softprops/action-gh-release/pull/801)
> * fix: upload small checksum assets reliably by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#815](https://redirect.github.com/softprops/action-gh-release/pull/815)
> * fix: replace existing release assets on Gitea by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#816](https://redirect.github.com/softprops/action-gh-release/pull/816)
> * fix: clarify release creation 404 errors by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#817](https://redirect.github.com/softprops/action-gh-release/pull/817)
>
> ### Other Changes 🔄
>
> * chore(deps): upgrade TypeScript to 7 by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#812](https://redirect.github.com/softprops/action-gh-release/pull/812)
> * chore(deps): remove unused TypeScript tooling by [`@​chenrui333`](https://github.com/chenrui333) in [softprops/action-gh-release#814](https://redirect.github.com/softprops/action-gh-release/pull/814)
> * dependency, Node 24 pin, and CI maintenance merged since `3.0.1`
>
> 3.0.1
> -----
>
> * maintenance release with updated dependencies

... (truncated)


Commits

* [`efb3536`](softprops/action-gh-release@efb3536) release 3.0.3 ([#840](https://redirect.github.com/softprops/action-gh-release/issues/840))
* [`6441963`](softprops/action-gh-release@6441963) chore(deps): bump the npm group with 2 updates ([#839](https://redirect.github.com/softprops/action-gh-release/issues/839))
* [`e5ee6bc`](softprops/action-gh-release@e5ee6bc) chore(deps): bump esbuild from 0.28.1 to 0.28.2 in the npm group ([#837](https://redirect.github.com/softprops/action-gh-release/issues/837))
* [`d1e6617`](softprops/action-gh-release@d1e6617) chore(deps): bump undici from 6.27.0 to 6.28.0 ([#831](https://redirect.github.com/softprops/action-gh-release/issues/831))
* [`6403751`](softprops/action-gh-release@6403751) chore(deps): bump the npm group with 2 updates ([#835](https://redirect.github.com/softprops/action-gh-release/issues/835))
* [`7c7184b`](softprops/action-gh-release@7c7184b) chore(deps): bump postcss from 8.5.19 to 8.5.25 ([#833](https://redirect.github.com/softprops/action-gh-release/issues/833))
* [`0f3f0d2`](softprops/action-gh-release@0f3f0d2) chore(deps): bump brace-expansion from 5.0.8 to 5.0.9 ([#832](https://redirect.github.com/softprops/action-gh-release/issues/832))
* [`77fb938`](softprops/action-gh-release@77fb938) chore(deps): bump prettier from 3.9.5 to 3.9.6 in the npm group ([#830](https://redirect.github.com/softprops/action-gh-release/issues/830))
* [`5a6f517`](softprops/action-gh-release@5a6f517) chore(deps): bump brace-expansion from 5.0.7 to 5.0.8 ([#828](https://redirect.github.com/softprops/action-gh-release/issues/828))
* [`a3c91c9`](softprops/action-gh-release@a3c91c9) chore(deps): bump the github-actions group with 2 updates ([#825](https://redirect.github.com/softprops/action-gh-release/issues/825))
* Additional commits viewable in [compare view](softprops/action-gh-release@3d0d988...efb3536)
  
Updates `anchore/scan-action` from 7.4.0 to 7.4.2
Release notes

*Sourced from [anchore/scan-action's releases](https://github.com/anchore/scan-action/releases).*

> v7.4.2
> ------
>
> ### Additional Changes
>
> * ops: write contents for release [[#756](https://redirect.github.com/anchore/scan-action/pull/756) [`@​spiffcs`](https://github.com/spiffcs)]
> * add makefile target to bump grype version [[#639](https://redirect.github.com/anchore/scan-action/pull/639) [`@​willmurphyscode`](https://github.com/willmurphyscode)]
> * update zizmor workflow triggers [[#642](https://redirect.github.com/anchore/scan-action/pull/642) [`@​wagoodman`](https://github.com/wagoodman)]
> * require zizmor security events [[#640](https://redirect.github.com/anchore/scan-action/pull/640) [`@​wagoodman`](https://github.com/wagoodman)]
>
> **[(Full Changelog)](anchore/scan-action@v7.4.0...v7.4.2)**


Commits

* [`27805bf`](anchore/scan-action@27805bf) chore(deps): update Grype to latest release ([#755](https://redirect.github.com/anchore/scan-action/issues/755)) ([#756](https://redirect.github.com/anchore/scan-action/issues/756))
* [`8964e60`](anchore/scan-action@8964e60) chore(deps): update Grype to latest release ([#755](https://redirect.github.com/anchore/scan-action/issues/755))
* [`6875336`](anchore/scan-action@6875336) chore: bump fast-xml-parser from 5.5.8 to 5.7.3 ([#654](https://redirect.github.com/anchore/scan-action/issues/654))
* [`65b5fb1`](anchore/scan-action@65b5fb1) chore: bump esbuild from 0.28.0 to 0.28.2 ([#753](https://redirect.github.com/anchore/scan-action/issues/753))
* [`b905e0e`](anchore/scan-action@b905e0e) chore(deps): update Grype to latest release ([#713](https://redirect.github.com/anchore/scan-action/issues/713))
* [`e49c028`](anchore/scan-action@e49c028) fix: pin grype install.sh to the release tag being installed ([#750](https://redirect.github.com/anchore/scan-action/issues/750))
* [`db8f0b6`](anchore/scan-action@db8f0b6) chore: bump globals from 17.9.0 to 17.11.0 ([#754](https://redirect.github.com/anchore/scan-action/issues/754))
* [`35bf076`](anchore/scan-action@35bf076) chore: bump eslint from 10.8.0 to 10.8.1 ([#752](https://redirect.github.com/anchore/scan-action/issues/752))
* [`bd77fb5`](anchore/scan-action@bd77fb5) chore: bump anchore/workflows/.github/workflows/check-gate.yaml ([#720](https://redirect.github.com/anchore/scan-action/issues/720))
* [`d04f6c4`](anchore/scan-action@d04f6c4) chore: bump lint-staged from 17.2.0 to 17.3.0 ([#748](https://redirect.github.com/anchore/scan-action/issues/748))
* Additional commits viewable in [compare view](anchore/scan-action@e116508...27805bf)
  
Updates `github/codeql-action/upload-sarif` from 4.37.7 to 4.37.9
Release notes

*Sourced from [github/codeql-action/upload-sarif's releases](https://github.com/github/codeql-action/releases).*

> v4.37.9
> -------
>
> * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106)
>
> v4.37.8
> -------
>
> No user facing changes.


Changelog

*Sourced from [github/codeql-action/upload-sarif's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.37.9 - 26 Aug 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106)
>
> 4.37.8 - 21 Aug 2026
> --------------------
>
> No user facing changes.
>
> 4.37.7 - 13 Aug 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://redirect.github.com/github/codeql-action/pull/4085)
>
> 4.37.6 - 04 Aug 2026
> --------------------
>
> * Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://redirect.github.com/github/codeql-action/pull/4070)
>
> 4.37.5 - 03 Aug 2026
> --------------------
>
> * Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#4061](https://redirect.github.com/github/codeql-action/pull/4061)
>
> 4.37.4 - 29 Jul 2026
> --------------------
>
> * This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://redirect.github.com/github/codeql-action/pull/4037)
> * Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://redirect.github.com/github/codeql-action/pull/4051)
>
> 4.37.3 - 22 Jul 2026
> --------------------
>
> No user facing changes.
>
> 4.37.2 - 21 Jul 2026
> --------------------
>
> * The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#4023](https://redirect.github.com/github/codeql-action/pull/4023)
> * The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#4007](https://redirect.github.com/github/codeql-action/pull/4007)
>
> 4.37.1 - 16 Jul 2026
> --------------------
>
> * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956)
> * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019)
>
> 4.37.0 - 08 Jul 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995)

... (truncated)


Commits

* [`cdf488f`](github/codeql-action@cdf488f) Merge pull request [#4107](https://redirect.github.com/github/codeql-action/issues/4107) from github/update-v4.37.9-920ba7cd1
* [`7243f38`](github/codeql-action@7243f38) Update changelog for v4.37.9
* [`920ba7c`](github/codeql-action@920ba7c) Merge pull request [#4106](https://redirect.github.com/github/codeql-action/issues/4106) from github/update-bundle/codeql-bundle-v2.26.4
* [`ecfa6e1`](github/codeql-action@ecfa6e1) Add changelog note
* [`adcdf4a`](github/codeql-action@adcdf4a) Update default bundle to codeql-bundle-v2.26.4
* [`486fec2`](github/codeql-action@486fec2) Merge pull request [#4099](https://redirect.github.com/github/codeql-action/issues/4099) from github/update-supported-enterprise-server-versions
* [`134624c`](github/codeql-action@134624c) Merge pull request [#4101](https://redirect.github.com/github/codeql-action/issues/4101) from github/dependabot/npm\_and\_yarn/npm-minor-457d82...
* [`ff43db8`](github/codeql-action@ff43db8) Merge pull request [#4103](https://redirect.github.com/github/codeql-action/issues/4103) from github/mergeback/v4.37.8-to-main-db488dde
* [`4605e03`](github/codeql-action@4605e03) Rebuild
* [`099c869`](github/codeql-action@099c869) Update changelog and version after v4.37.8
* Additional commits viewable in [compare view](github/codeql-action@ff2f1c6...cdf488f)
  
Updates `anthropics/claude-code-action` from 1.0.194 to 1.0.211
Release notes

*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*

> v1.0.211
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.210...v1.0.211>
>
> v1.0.210
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.209...v1.0.210>
>
> v1.0.209
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.208...v1.0.209>
>
> v1.0.208
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.207...v1.0.208>
>
> v1.0.207
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.206...v1.0.207>
>
> v1.0.206
> --------
>
> What's Changed
> --------------
>
> * chore: add .gitattributes to normalize line endings by [`@​MohammedAlkindi`](https://github.com/MohammedAlkindi) in [anthropics/claude-code-action#1708](https://redirect.github.com/anthropics/claude-code-action/pull/1708)
> * fix: use paths in delete\_files prompt example by [`@​WeAreResilience`](https://github.com/WeAreResilience) in [anthropics/claude-code-action#1702](https://redirect.github.com/anthropics/claude-code-action/pull/1702)
> * fix: allow parentheses in valid branch names by [`@​YauheniPo`](https://github.com/YauheniPo) in [anthropics/claude-code-action#1710](https://redirect.github.com/anthropics/claude-code-action/pull/1710)
> * fix: bound download\_job\_log against a stalled log fetch by [`@​shoemoney`](https://github.com/shoemoney) in [anthropics/claude-code-action#1719](https://redirect.github.com/anthropics/claude-code-action/pull/1719)
> * fix: encode branch names in GitHub links by [`@​Abdullah-Builds`](https://github.com/Abdullah-Builds) in [anthropics/claude-code-action#1713](https://redirect.github.com/anthropics/claude-code-action/pull/1713)
>
> New Contributors
> ----------------
>
> * [`@​MohammedAlkindi`](https://github.com/MohammedAlkindi) made their first contribution in [anthropics/claude-code-action#1708](https://redirect.github.com/anthropics/claude-code-action/pull/1708)
> * [`@​YauheniPo`](https://github.com/YauheniPo) made their first contribution in [anthropics/claude-code-action#1710](https://redirect.github.com/anthropics/claude-code-action/pull/1710)
> * [`@​Abdullah-Builds`](https://github.com/Abdullah-Builds) made their first contribution in [anthropics/claude-code-action#1713](https://redirect.github.com/anthropics/claude-code-action/pull/1713)
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.205...v1.0.206>
>
> v1.0.205
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.203...v1.0.205>
>
> v1.0.204
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.202...v1.0.204>
>
> v1.0.203
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.202...v1.0.203>
>
> v1.0.202
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.201...v1.0.202>
>
> v1.0.201
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.200...v1.0.201>
>
> v1.0.200
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1.0.199...v1.0.200>
>
> v1.0.199
> --------
>
> What's Changed
> --------------

... (truncated)


Commits

* [`833fb0f`](anthropics/claude-code-action@833fb0f) chore: bump Claude Code to 2.1.252 and Agent SDK to 0.3.252
* [`a874e9e`](anthropics/claude-code-action@a874e9e) chore: bump Claude Code to 2.1.251 and Agent SDK to 0.3.251
* [`a60f3e1`](anthropics/claude-code-action@a60f3e1) chore: bump Claude Code to 2.1.250 and Agent SDK to 0.3.250
* [`e8c2d7c`](anthropics/claude-code-action@e8c2d7c) chore: bump Claude Code to 2.1.248 and Agent SDK to 0.3.248
* [`70fec18`](anthropics/claude-code-action@70fec18) chore: bump Claude Code to 2.1.247 and Agent SDK to 0.3.247
* [`1f291e1`](anthropics/claude-code-action@1f291e1) chore: bump Claude Code to 2.1.246 and Agent SDK to 0.3.246
* [`76ac41a`](anthropics/claude-code-action@76ac41a) fix: encode branch names in GitHub links ([#1713](https://redirect.github.com/anthropics/claude-code-action/issues/1713))
* [`8ef9699`](anthropics/claude-code-action@8ef9699) fix: bound download\_job\_log against a stalled log fetch ([#1719](https://redirect.github.com/anthropics/claude-code-action/issues/1719))
* [`791545d`](anthropics/claude-code-action@791545d) fix: allow parentheses in valid branch names ([#1710](https://redirect.github.com/anthropics/claude-code-action/issues/1710))
* [`2d7a787`](anthropics/claude-code-action@2d7a787) fix: use paths in delete\_files prompt example ([#1702](https://redirect.github.com/anthropics/claude-code-action/issues/1702))
* Additional commits viewable in [compare view](anthropics/claude-code-action@459ad35...833fb0f)
  
Updates `github/codeql-action/init` from 4.37.7 to 4.37.9
Release notes

*Sourced from [github/codeql-action/init's releases](https://github.com/github/codeql-action/releases).*

> v4.37.9
> -------
>
> * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106)
>
> v4.37.8
> -------
>
> No user facing changes.


Changelog

*Sourced from [github/codeql-action/init's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.37.9 - 26 Aug 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106)
>
> 4.37.8 - 21 Aug 2026
> --------------------
>
> No user facing changes.
>
> 4.37.7 - 13 Aug 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://redirect.github.com/github/codeql-action/pull/4085)
>
> 4.37.6 - 04 Aug 2026
> --------------------
>
> * Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://redirect.github.com/github/codeql-action/pull/4070)
>
> 4.37.5 - 03 Aug 2026
> --------------------
>
> * Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#4061](https://redirect.github.com/github/codeql-action/pull/4061)
>
> 4.37.4 - 29 Jul 2026
> --------------------
>
> * This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://redirect.github.com/github/codeql-action/pull/4037)
> * Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://redirect.github.com/github/codeql-action/pull/4051)
>
> 4.37.3 - 22 Jul 2026
> --------------------
>
> No user facing changes.
>
> 4.37.2 - 21 Jul 2026
> --------------------
>
> * The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#4023](https://redirect.github.com/github/codeql-action/pull/4023)
> * The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#4007](https://redirect.github.com/github/codeql-action/pull/4007)
>
> 4.37.1 - 16 Jul 2026
> --------------------
>
> * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956)
> * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019)
>
> 4.37.0 - 08 Jul 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995)

... (truncated)


Commits

* [`cdf488f`](github/codeql-action@cdf488f) Merge pull request [#4107](https://redirect.github.com/github/codeql-action/issues/4107) from github/update-v4.37.9-920ba7cd1
* [`7243f38`](github/codeql-action@7243f38) Update changelog for v4.37.9
* [`920ba7c`](github/codeql-action@920ba7c) Merge pull request [#4106](https://redirect.github.com/github/codeql-action/issues/4106) from github/update-bundle/codeql-bundle-v2.26.4
* [`ecfa6e1`](github/codeql-action@ecfa6e1) Add changelog note
* [`adcdf4a`](github/codeql-action@adcdf4a) Update default bundle to codeql-bundle-v2.26.4
* [`486fec2`](github/codeql-action@486fec2) Merge pull request [#4099](https://redirect.github.com/github/codeql-action/issues/4099) from github/update-supported-enterprise-server-versions
* [`134624c`](github/codeql-action@134624c) Merge pull request [#4101](https://redirect.github.com/github/codeql-action/issues/4101) from github/dependabot/npm\_and\_yarn/npm-minor-457d82...
* [`ff43db8`](github/codeql-action@ff43db8) Merge pull request [#4103](https://redirect.github.com/github/codeql-action/issues/4103) from github/mergeback/v4.37.8-to-main-db488dde
* [`4605e03`](github/codeql-action@4605e03) Rebuild
* [`099c869`](github/codeql-action@099c869) Update changelog and version after v4.37.8
* Additional commits viewable in [compare view](github/codeql-action@ff2f1c6...cdf488f)
  
Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.9
Release notes

*Sourced from [github/codeql-action/analyze's releases](https://github.com/github/codeql-action/releases).*

> v4.37.9
> -------
>
> * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106)
>
> v4.37.8
> -------
>
> No user facing changes.


Changelog

*Sourced from [github/codeql-action/analyze's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.37.9 - 26 Aug 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106)
>
> 4.37.8 - 21 Aug 2026
> --------------------
>
> No user facing changes.
>
> 4.37.7 - 13 Aug 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://redirect.github.com/github/codeql-action/pull/4085)
>
> 4.37.6 - 04 Aug 2026
> --------------------
>
> * Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://redirect.github.com/github/codeql-action/pull/4070)
>
> 4.37.5 - 03 Aug 2026
> --------------------
>
> * Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#4061](https://redirect.github.com/github/codeql-action/pull/4061)
>
> 4.37.4 - 29 Jul 2026
> --------------------
>
> * This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://redirect.github.com/github/codeql-action/pull/4037)
> * Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://redirect.github.com/github/codeql-action/pull/4051)
>
> 4.37.3 - 22 Jul 2026
> --------------------
>
> No user facing changes.
>
> 4.37.2 - 21 Jul 2026
> --------------------
>
> * The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#4023](https://redirect.github.com/github/codeql-action/pull/4023)
> * The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#4007](https://redirect.github.com/github/codeql-action/pull/4007)
>
> 4.37.1 - 16 Jul 2026
> --------------------
>
> * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956)
> * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019)
>
> 4.37.0 - 08 Jul 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995)

... (truncated)


Commits

* [`cdf488f`](github/codeql-action@cdf488f) Merge pull request [#4107](https://redirect.github.com/github/codeql-action/issues/4107) from github/update-v4.37.9-920ba7cd1
* [`7243f38`](github/codeql-action@7243f38) Update changelog for v4.37.9
* [`920ba7c`](github/codeql-action@920ba7c) Merge pull request [#4106](https://redirect.github.com/github/codeql-action/issues/4106) from github/update-bundle/codeql-bundle-v2.26.4
* [`ecfa6e1`](github/codeql-action@ecfa6e1) Add changelog note
* [`adcdf4a`](github/codeql-action@adcdf4a) Update default bundle to codeql-bundle-v2.26.4
* [`486fec2`](github/codeql-action@486fec2) Merge pull request [#4099](https://redirect.github.com/github/codeql-action/issues/4099) from github/update-supported-enterprise-server-versions
* [`134624c`](github/codeql-action@134624c) Merge pull request [#4101](https://redirect.github.com/github/codeql-action/issues/4101) from github/dependabot/npm\_and\_yarn/npm-minor-457d82...
* [`ff43db8`](github/codeql-action@ff43db8) Merge pull request [#4103](https://redirect.github.com/github/codeql-action/issues/4103) from github/mergeback/v4.37.8-to-main-db488dde
* [`4605e03`](github/codeql-action@4605e03) Rebuild
* [`099c869`](github/codeql-action@099c869) Update changelog and version after v4.37.8
* Additional commits viewable in [compare view](github/codeql-action@ff2f1c6...cdf488f)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  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  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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
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 dependency_approved github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant