Skip to content

Bump the "all" group with 2 updates across multiple ecosystems#216

Merged
fniephaus merged 4 commits into
mainfrom
dependabot/all-7bc784d29e
May 6, 2026
Merged

Bump the "all" group with 2 updates across multiple ecosystems#216
fniephaus merged 4 commits into
mainfrom
dependabot/all-7bc784d29e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps the all group with 3 updates: actions/setup-node, actions/upload-artifact and oracle/macaron.

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

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 oracle/macaron from 0.23.0 to 0.24.0

Release notes

Sourced from oracle/macaron's releases.

v0.24.0 (2026-04-24)

Feat

  • improve Macaron's GitHub Actions reports (#1376)
  • add license filtering with compliance check (#1379)
  • add support for uv build tool (#1350)
  • improve source code detection using malware insights on obfuscation (#1378)
  • extend build command information in buildspec (#1308)
Changelog

Sourced from oracle/macaron's changelog.

v0.24.0 (2026-04-24)

Feat

  • improve Macaron's GitHub Actions reports (#1376)
  • add license filtering with compliance check (#1379)
  • add support for uv build tool (#1350)
  • improve source code detection using malware insights on obfuscation (#1378)
  • extend build command information in buildspec (#1308)

v0.23.0 (2026-03-31)

Feat

  • add more inputs to Macaron Action and improve GitHub Action analysis (#1339)
  • change dockerfile generation for Python rebuild to always default to standard build command (#1336)
  • adjusted max_download_size to 30MB (#1337)

Fix

  • improve URL validation to avoid unexpected redirects (#1344)
  • allow parsing of github expressions containing non-breaking-space characters, and allow dataflow analysis to fail (#1340)
  • improve has_binary flag condition for Python buildspec generation (#1333)

v0.22.0 (2026-02-25)

Feat

  • prepare metadata for Macaron Action to publish on Marketplace (#1315)
  • add the JSON schema for the default Macaron buildspec (#1314)

v0.21.0 (2026-02-23)

Feat

  • validate buildspec dockerfile (#1280)
  • improve buildspec and dockerfile generation (#1279)
  • include has_binaries flag in build spec (#1278)
  • infer chronologically likeliest setuptools version (#1260)
  • prepare Macaron GitHub Action to publish on GitHub Marketplace (#1259)
  • add new dataflow analysis, replacing existing analysis for GitHub Actions (#1229)
  • add support to use inferred build tools and to extract tool-specific build dependency information (#1256)

Fix

  • gen-build-spec: remove the default -Dmaven.test.skip=true mvn option from the default spec (#1301)
  • gen-build-spec: handle errors gracefully when build tool is not supported (#1303)
  • handle GitHub Actions job needs field case-insensitively in analysis. (#1305)
  • add the missing provenance asset links to the reports (#1271)
  • use --output option for Macaron Python Package (#1266)

... (truncated)

Commits
  • 4ddb55e bump: release 0.23.0 → 0.24.0
  • 0574478 feat: improve Macaron's GitHub Actions reports (#1376)
  • ac7be91 feat: add license filtering with compliance check (#1379)
  • ee0c010 chore: suppress pylint's cyclic import errors (#1384)
  • 62a4b26 chore(deps): exclude GHSA-vfmq-68hx-4jfw temporarily (#1381)
  • 18a806a feat: add support for uv build tool (#1350)
  • b3a61b9 build: make the Docker image building reproducible by using Macaron’s pinned ...
  • 7618d0d feat: improve source code detection using malware insights on obfuscation (#1...
  • e31cecb feat!: extend build command information in buildspec (#1308)
  • 452c9c5 chore: add a new Makefile target simple-index which builds all distribution...
  • Additional commits viewable in compare view

Bumps the all group with 15 updates:

Package From To
@actions/core 3.0.0 3.0.1
@actions/github 9.0.0 9.1.1
@actions/glob 0.6.1 0.7.0
@actions/http-client 4.0.0 4.0.1
uuid 13.0.0 14.0.0
@eslint/compat 2.0.3 2.0.5
@types/node 25.5.0 25.6.0
@typescript-eslint/eslint-plugin 8.58.0 8.59.1
@typescript-eslint/parser 8.58.0 8.59.1
eslint 10.1.0 10.3.0
eslint-plugin-jest 29.15.1 29.15.2
prettier 3.8.1 3.8.3
rollup 4.60.1 4.60.2
typescript 6.0.2 6.0.3
@rollup/rollup-linux-x64-gnu 4.60.1 4.60.2

Updates @actions/core from 3.0.0 to 3.0.1

Changelog

Sourced from @​actions/core's changelog.

3.0.1

  • Bump undici from 6.23.0 to 6.24.1 #2348
Commits

Updates @actions/github from 9.0.0 to 9.1.1

Changelog

Sourced from @​actions/github's changelog.

9.1.1

  • Bump undici from 6.23.0 to 6.24.0 #2346

9.1.0

  • Append actions_orchestration_id to user-agent when the ACTIONS_ORCHESTRATION_ID environment variable is set #2364
Commits

Updates @actions/glob from 0.6.1 to 0.7.0

Changelog

Sourced from @​actions/glob's changelog.

0.7.0

  • Bump minimatch from ^3.0.4 to ^10.2.5 #2355
  • Bump undici from 6.23.0 to 6.24.0 #2345
  • Bump brace-expansion in /packages/glob #2369
Commits

Updates @actions/http-client from 4.0.0 to 4.0.1

Changelog

Sourced from @​actions/http-client's changelog.

4.0.1

  • Bump undici from 6.23.0 to 6.24.0 #2347
Commits

Updates uuid from 13.0.0 to 14.0.0

Release notes

Sourced from uuid's releases.

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.1

13.0.1 (2026-04-27)

Bug Fixes

Changelog

Sourced from uuid's changelog.

14.0.0 (2026-04-19)

Security

  • Fixes GHSA-w5hq-g745-h8pq: v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.

⚠ BREAKING CHANGES

  • crypto is now expected to be globally defined (requires node@20+) (#935)
  • drop node@18 support (#934)
  • upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years
Commits
  • 7c1ea08 chore(main): release 14.0.0 (#926)
  • 3d2c5b0 Merge commit from fork
  • f2c235f fix!: expect crypto to be global everywhere (requires node@20+) (#935)
  • 529ef08 chore: upgrade TypeScript and fixup types (#927)
  • 086fd79 chore: update dependencies (#933)
  • dc4ddb8 feat!: drop node@18 support (#934)
  • 0f1f9c9 chore: switch to Biome for parsing and linting (#932)
  • e2879e6 chore: use maintained version of npm-run-all (#930)
  • ffa3138 fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)
  • 0423d49 docs: remove obsolete v1 option notes (#915)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.


Updates @eslint/compat from 2.0.3 to 2.0.5

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v2.0.5

2.0.5 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.3 to ^2.0.4
    • devDependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0

compat: v2.0.5

2.0.5 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1

migrate-config: v2.0.4

2.0.4 (2026-03-20)

Bug Fixes

  • update dependency @​eslint/eslintrc to ^3.3.5 (#397) (8567c19)

compat: v2.0.4

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Changelog

Sourced from @​eslint/compat's changelog.

2.0.5 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Commits

Updates @types/node from 25.5.0 to 25.6.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.58.0 to 8.59.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.2 (2026-04-13)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)
  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

... (truncated)

Commits
  • 5245793 chore(release): publish 8.59.1
  • 3cef124 chore(eslint-plugin): switch auto-generated test cases to hand-written in dot...
  • 27c507b test: make sort-type-constituents tests fully static (#12262)
  • a03b31d chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • a7099a7 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • bfbd4a5 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • b49d4b1 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • 3097e72 chore(eslint-plugin): switch auto-generated test cases to hand-written in nam...
  • 676191b chore(eslint-plugin): switch auto-generated test cases to hand-written in mem...
  • e9dce8b fix(eslint-plugin): [no-unnecessary-condition] treat void as nullish in no-un...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.58.0 to 8.59.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.59.1 (2026-04-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.0 (2026-04-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.1 (2026-04-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 10.1.0 to 10.3.0

Release notes

Sourced from eslint's releases.

v10.3.0

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821) (Pixel998)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818) (Josh Goldberg ✨)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815) (dependabot[bot])
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811) (renovate[bot])
  • 2f58136 chore: pin peter-evans/create-pull-request action to 5f6978f (#20810) (renovate[bot])
  • 77add7f chore: add initial ecosystem plugin tests workflow (#19643) (Josh Goldberg ✨)
  • 4023b55 test: Add unit tests for SuppressionsService.prune() (#20797) (kuldeep kumar)
  • 54080da test: add unit tests for ForkContext (#20778) (kuldeep kumar)
  • f0e2bcc test: add unit tests for SuppressionsService.suppress() method (#20765) (kuldeep kumar)
  • a7f0b94 chore: update dependency prettier to v3.8.3 (#20782) (renovate[bot])
  • 7bf93d9 chore: update TypeScript to v6 (#20677) (sethamus)
  • b42dd72 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#20781) (dependabot[bot])
  • 2b252be test: add unit tests for IdGenerator (#20775) (kuldeep kumar)

v10.2.1

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus)
  • 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx)
  • af764af fix: clarify language and processor validation errors (#20729) (Pixel998)
  • e251b89 fix: update eslint (#20715) (renovate[bot])

Documentation

  • ca92ca0 docs: reuse markdown-it instance for markdown filter (#20768) (Amaresh S M)
  • 57d2ee2 docs: Enable Eleventy incremental mode for watch (#20767) (Amaresh S M)
  • c1621b9 docs: fix typos in code-path-analyzer.js (#20700) (Ayush Shukla)
  • 1418d52 docs: Update README (GitHub Actions Bot)
  • 39771e6 docs: Update README (GitHub Actions Bot)
  • 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#20728) (kuldeep kumar)
  • 22119ce docs: clarify scope of for-direction rule with dead code examples (#20723) (Amaresh S M)
  • 8f3fb77 docs: document meta.docs.dialects (#20718) (Pixel998)

Chores

  • 7ddfea9 chore: update dependency prettier to v3.8.2 (#20770) (renovate[bot])
  • fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763) (dependabot[bot])
  • 7246f92 test: add tests for SuppressionsService.load() error handling (#20734) (kuldeep kumar)
  • 4f34b1e chore: update pnpm/action-setup action to v5 (#20762) (renovate[bot])

... (truncated)

Commits
  • 7889204 10.3.0
  • 5b69b4f Build: changelog update for 10.3.0
  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826)
  • b6ae5cf fix: handle unavailable require cache (#20812)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)
  • 379571a feat: add suggestions for no-unused-private-class-members (#20773)
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811)
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 29.15.1 to 29.15.2

Release notes

Sourced from eslint-plugin-jest's releases.

v29.15.2

29.15.2 (2026-04-09)

Bug Fixes

  • valid-mock-module-path: don't report virtual mocks (#1946) (a1916d1)
Changelog

Sourced from eslint-plugin-jest's changelog.

29.15.2 (2026-04-09)

Bug Fixes

  • valid-mock-module-path: don't report virtual mocks (#1946) (a1916d1)
Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Bumps the all group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [oracle/macaron](https://github.com/oracle/macaron).


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)

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 `oracle/macaron` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/oracle/macaron/releases)
- [Changelog](https://github.com/oracle/macaron/blob/main/CHANGELOG.md)
- [Commits](oracle/macaron@b31acfe...4ddb55e)
Bump the all group with 15 updates

Bumps the all group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `3.0.0` | `3.0.1` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `9.0.0` | `9.1.1` |
| [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.6.1` | `0.7.0` |
| [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `4.0.0` | `4.0.1` |
| [uuid](https://github.com/uuidjs/uuid) | `13.0.0` | `14.0.0` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.3` | `2.0.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.0` | `8.59.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.0` | `8.59.1` |
| [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.3.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.15.1` | `29.15.2` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [rollup](https://github.com/rollup/rollup) | `4.60.1` | `4.60.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.60.1` | `4.60.2` |


Updates `@actions/core` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@actions/github` from 9.0.0 to 9.1.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@actions/glob` from 0.6.1 to 0.7.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

Updates `@actions/http-client` from 4.0.0 to 4.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

Updates `uuid` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v13.0.0...v14.0.0)

Updates `@eslint/compat` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.5/packages/compat)

Updates `@types/node` from 25.5.0 to 25.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.58.0 to 8.59.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.0 to 8.59.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/parser)

Updates `eslint` from 10.1.0 to 10.3.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.1.0...v10.3.0)

Updates `eslint-plugin-jest` from 29.15.1 to 29.15.2
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.15.1...v29.15.2)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `rollup` from 4.60.1 to 4.60.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.60.1...v4.60.2)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

Updates `@rollup/rollup-linux-x64-gnu` from 4.60.1 to 4.60.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.60.1...v4.60.2)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: oracle/macaron
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@actions/core"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@actions/github"
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@actions/glob"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@actions/http-client"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rollup
  dependency-version: 4.60.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.60.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 2, 2026
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

GraalVM Native Image Build Report

helloworld generated in 43.3s as part of the 'test-action-native-image-musl' job in run #402.

Environment

Java version 21.0.11+9-LTS Vendor version Oracle GraalVM 21.0.11+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,066 60.392% 1,914 45.099% 8,454 35.172%
Reflection 746 21.806% 37 0.872% 288 1.198%
JNI 49 1.432% 33 0.778% 48 0.200%
Loaded 3,421 100.000% 4,244 100.000% 24,036 100.000%

Image Details

Category Size in % Details
Code area 3.41MB 34.283% 3,898 compilation units
Image heap 3.65MB 36.640% 52,805 objects, 0.00B for 29 resources
Other data 2.89MB 29.078%
Total 9.95MB 100.000%

Resource Usage

Garbage collection 2.56s (5.914% of total time) in 404 GCs
Peak RSS 749.91MB (4.690% of 15.61GB system memory)
CPU load 3.612 (90.303% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

GraalVM Native Image Build Report

helloworld generated in 51.6s as part of the 'test-action-native-image-musl' job in run #402.

Environment

Java version 25.0.3+9-LTS Vendor version Oracle GraalVM 25.0.3+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,045 55.768% 1,842 36.497% 8,229 32.652%
Reflection 753 20.534% 35 0.693% 284 1.127%
JNI 49 1.336% 35 0.693% 48 0.190%
Loaded 3,667 100.000% 5,047 100.000% 25,202 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.748% 3,845 compilation units
Image heap 4.11MB 40.316% 59,312 objects, 0.00B for 52 resources
Other data 2.95MB 28.936%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.20s (4.260% of total time) in 494 GCs
Peak RSS 1022.27MB (6.393% of 15.61GB system memory)
CPU load 3.638 (90.951% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

GraalVM Native Image Build Report

helloworld generated in 50.6s as part of the 'test-action-native-image-windows-msvc' job in run #402.

Environment

Java version 17.0.12+8-LTS Vendor version Oracle GraalVM 17.0.12+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler cl.exe (microsoft, x64, 19.44.35225)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,637 35.829%
Reflection 618 20.262% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,315 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.919% 3,464 compilation units
Image heap 3.45MB 54.709% 48,654 objects, 108.00B for 1 resources
Other data 88.58KB 1.372%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.60s (3.171% of total time) in 117 GCs
Peak RSS 977.84MB (5.970% of 15.99GB system memory)
CPU load 3.214 (80.358% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

GraalVM Native Image Build Report

helloworld.exe generated in 1m 4s as part of the 'test-action-native-image-windows' job in run #402.

Environment

Java version 25.0.2+10 Vendor version GraalVM CE 25.1.0-dev+10.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35225)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,373 65.356% 3,811 40.082% 15,721 41.493%
Reflection 86 1.666% 36 0.379% 337 0.889%
JNI 62 1.201% 52 0.547% 52 0.137%
Loaded 5,161 100.000% 9,508 100.000% 37,888 100.000%

Image Details

Category Size in % Details
Code area 4.70MB 34.990% 9,037 compilation units
Image heap 8.31MB 61.932% 111,573 objects, 171.38KB for 4 resources
Other data 422.94KB 3.077%
Total 13.42MB 100.000%

Resource Usage

Garbage collection 2.85s (4.459% of total time) in 450 GCs
Peak RSS 1.01GB (6.321% of 15.99GB system memory)
CPU load 3.211 (80.274% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

GraalVM Native Image Build Report

helloworld generated in 40.5s as part of the 'test-action-native-image-musl' job in run #404.

Environment

Java version 21.0.11+9-LTS Vendor version Oracle GraalVM 21.0.11+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,066 60.392% 1,914 45.099% 8,454 35.172%
Reflection 746 21.806% 37 0.872% 288 1.198%
JNI 49 1.432% 33 0.778% 48 0.200%
Loaded 3,421 100.000% 4,244 100.000% 24,036 100.000%

Image Details

Category Size in % Details
Code area 3.41MB 34.283% 3,898 compilation units
Image heap 3.65MB 36.641% 52,813 objects, 0.00B for 29 resources
Other data 2.89MB 29.076%
Total 9.95MB 100.000%

Resource Usage

Garbage collection 2.68s (6.634% of total time) in 300 GCs
Peak RSS 763.34MB (4.774% of 15.61GB system memory)
CPU load 3.583 (89.584% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

GraalVM Native Image Build Report

helloworld generated in 46.7s as part of the 'test-action-native-image-musl' job in run #404.

Environment

Java version 25.0.3+9-LTS Vendor version Oracle GraalVM 25.0.3+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,045 55.798% 1,842 36.497% 8,229 32.777%
Reflection 753 20.546% 35 0.693% 284 1.131%
JNI 49 1.337% 35 0.693% 48 0.191%
Loaded 3,665 100.000% 5,047 100.000% 25,106 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.748% 3,845 compilation units
Image heap 4.11MB 40.319% 59,326 objects, 0.00B for 52 resources
Other data 2.95MB 28.933%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.23s (4.769% of total time) in 444 GCs
Peak RSS 1021.56MB (6.389% of 15.61GB system memory)
CPU load 3.544 (88.592% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

GraalVM Native Image Build Report

helloworld generated in 53.1s as part of the 'test-action-native-image-windows-msvc' job in run #404.

Environment

Java version 17.0.12+8-LTS Vendor version Oracle GraalVM 17.0.12+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler cl.exe (microsoft, x64, 19.44.35225)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.796%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,329 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.919% 3,464 compilation units
Image heap 3.45MB 54.709% 48,657 objects, 108.00B for 1 resources
Other data 88.56KB 1.372%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.67s (3.152% of total time) in 124 GCs
Peak RSS 972.23MB (5.936% of 15.99GB system memory)
CPU load 3.198 (79.961% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

GraalVM Native Image Build Report

helloworld.exe generated in 1m 3s as part of the 'test-action-native-image-windows' job in run #404.

Environment

Java version 25.0.2+10 Vendor version GraalVM CE 25.1.0-dev+10.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35226)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,373 65.368% 3,811 40.082% 15,721 41.476%
Reflection 86 1.667% 36 0.379% 333 0.879%
JNI 62 1.202% 52 0.547% 52 0.137%
Loaded 5,160 100.000% 9,508 100.000% 37,904 100.000%

Image Details

Category Size in % Details
Code area 4.70MB 34.990% 9,037 compilation units
Image heap 8.31MB 61.932% 111,576 objects, 171.38KB for 4 resources
Other data 422.94KB 3.077%
Total 13.42MB 100.000%

Resource Usage

Garbage collection 2.37s (3.700% of total time) in 410 GCs
Peak RSS 1.01GB (6.344% of 15.99GB system memory)
CPU load 3.259 (81.464% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link
Copy Markdown
Member

@fniephaus fniephaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Test failures are GDS related

@fniephaus fniephaus merged commit bef4b0e into main May 6, 2026
467 of 509 checks passed
@fniephaus fniephaus deleted the dependabot/all-7bc784d29e branch May 6, 2026 14:34
@fniephaus fniephaus self-assigned this May 6, 2026
mergify Bot added a commit to robfrank/linklift that referenced this pull request Jun 4, 2026
…updates [skip ci]

Bumps the github-actions group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` |
| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |
| [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) | `1.5.2` | `1.5.4` |
| [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) | `6.2.1` | `6.2.2` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.2` | `4.36.1` |
| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.110` | `1.0.135` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.306.0` | `1.310.0` |
Updates `actions/checkout` from 6.0.2 to 6.0.3
Release notes

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

> v6.0.3
> ------
>
> What's Changed
> --------------
>
> * Update changelog by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2357](https://redirect.github.com/actions/checkout/pull/2357)
> * fix: expand merge commit SHA regex and add SHA-256 test cases by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2414](https://redirect.github.com/actions/checkout/pull/2414)
> * Fix checkout init for SHA-256 repositories by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2439](https://redirect.github.com/actions/checkout/pull/2439)
> * Update changelog for v6.0.3 by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2446](https://redirect.github.com/actions/checkout/pull/2446)
>
> New Contributors
> ----------------
>
> * [`@​yaananth`](https://github.com/yaananth) made their first contribution in [actions/checkout#2414](https://redirect.github.com/actions/checkout/pull/2414)
>
> **Full Changelog**: <actions/checkout@v6...v6.0.3>


Changelog

*Sourced from [actions/checkout's changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md).*

> Changelog
> =========
>
> v6.0.3
> ------
>
> * Fix checkout init for SHA-256 repositories by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2439](https://redirect.github.com/actions/checkout/pull/2439)
> * fix: expand merge commit SHA regex and add SHA-256 test cases by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2414](https://redirect.github.com/actions/checkout/pull/2414)
>
> v6.0.2
> ------
>
> * Fix tag handling: preserve annotations and explicit fetch-tags by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2356](https://redirect.github.com/actions/checkout/pull/2356)
>
> v6.0.1
> ------
>
> * Add worktree support for persist-credentials includeIf by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2327](https://redirect.github.com/actions/checkout/pull/2327)
>
> v6.0.0
> ------
>
> * Persist creds to a separate file by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2286](https://redirect.github.com/actions/checkout/pull/2286)
> * Update README to include Node.js 24 support details and requirements by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/checkout#2248](https://redirect.github.com/actions/checkout/pull/2248)
>
> v5.0.1
> ------
>
> * Port v6 cleanup to v5 by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2301](https://redirect.github.com/actions/checkout/pull/2301)
>
> v5.0.0
> ------
>
> * Update actions checkout to use node 24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/checkout#2226](https://redirect.github.com/actions/checkout/pull/2226)
>
> v4.3.1
> ------
>
> * Port v6 cleanup to v4 by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2305](https://redirect.github.com/actions/checkout/pull/2305)
>
> v4.3.0
> ------
>
> * docs: update README.md by [`@​motss`](https://github.com/motss) in [actions/checkout#1971](https://redirect.github.com/actions/checkout/pull/1971)
> * Add internal repos for checking out multiple repositories by [`@​mouismail`](https://github.com/mouismail) in [actions/checkout#1977](https://redirect.github.com/actions/checkout/pull/1977)
> * Documentation update - add recommended permissions to Readme by [`@​benwells`](https://github.com/benwells) in [actions/checkout#2043](https://redirect.github.com/actions/checkout/pull/2043)
> * Adjust positioning of user email note and permissions heading by [`@​joshmgross`](https://github.com/joshmgross) in [actions/checkout#2044](https://redirect.github.com/actions/checkout/pull/2044)
> * Update README.md by [`@​nebuk89`](https://github.com/nebuk89) in [actions/checkout#2194](https://redirect.github.com/actions/checkout/pull/2194)
> * Update CODEOWNERS for actions by [`@​TingluoHuang`](https://github.com/TingluoHuang) in [actions/checkout#2224](https://redirect.github.com/actions/checkout/pull/2224)
> * Update package dependencies by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/checkout#2236](https://redirect.github.com/actions/checkout/pull/2236)
>
> v4.2.2
> ------
>
> * `url-helper.ts` now leverages well-known environment variables by [`@​jww3`](https://github.com/jww3) in [actions/checkout#1941](https://redirect.github.com/actions/checkout/pull/1941)
> * Expand unit test coverage for `isGhes` by [`@​jww3`](https://github.com/jww3) in [actions/checkout#1946](https://redirect.github.com/actions/checkout/pull/1946)
>
> v4.2.1
> ------
>
> * Check out other refs/\* by commit if provided, fall back to ref by [`@​orhantoy`](https://github.com/orhantoy) in [actions/checkout#1924](https://redirect.github.com/actions/checkout/pull/1924)
>
> v4.2.0
> ------
>
> * Add Ref and Commit outputs by [`@​lucacome`](https://github.com/lucacome) in [actions/checkout#1180](https://redirect.github.com/actions/checkout/pull/1180)
> * Dependency updates by [`@​dependabot`](https://github.com/dependabot)- [actions/checkout#1777](https://redirect.github.com/actions/checkout/pull/1777), [actions/checkout#1872](https://redirect.github.com/actions/checkout/pull/1872)
>
> v4.1.7
> ------
>
> * Bump the minor-npm-dependencies group across 1 directory with 4 updates by [`@​dependabot`](https://github.com/dependabot) in [actions/checkout#1739](https://redirect.github.com/actions/checkout/pull/1739)
> * Bump actions/checkout from 3 to 4 by [`@​dependabot`](https://github.com/dependabot) in [actions/checkout#1697](https://redirect.github.com/actions/checkout/pull/1697)
> * Check out other refs/\* by commit by [`@​orhantoy`](https://github.com/orhantoy) in [actions/checkout#1774](https://redirect.github.com/actions/checkout/pull/1774)

... (truncated)


Commits

* [`df4cb1c`](actions/checkout@df4cb1c) Update changelog for v6.0.3 ([#2446](https://redirect.github.com/actions/checkout/issues/2446))
* [`1cce339`](actions/checkout@1cce339) Fix checkout init for SHA-256 repositories ([#2439](https://redirect.github.com/actions/checkout/issues/2439))
* [`900f221`](actions/checkout@900f221) fix: expand merge commit SHA regex and add SHA-256 test cases ([#2414](https://redirect.github.com/actions/checkout/issues/2414))
* [`0c366fd`](actions/checkout@0c366fd) Update changelog ([#2357](https://redirect.github.com/actions/checkout/issues/2357))
* See full diff in [compare view](actions/checkout@de0fac2...df4cb1c)
  
Updates `docker/login-action` from 4.1.0 to 4.2.0
Release notes

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

> v4.2.0
> ------
>
> * Bump `@​actions/core` from 3.0.0 to 3.0.1 in [docker/login-action#976](https://redirect.github.com/docker/login-action/pull/976)
> * Bump `@​aws-sdk/client-ecr` and `@​aws-sdk/client-ecr-public` to 3.1050.0 in [docker/login-action#960](https://redirect.github.com/docker/login-action/pull/960)
> * Bump `@​docker/actions-toolkit` from 0.86.0 to 0.90.0 in [docker/login-action#970](https://redirect.github.com/docker/login-action/pull/970)
> * Bump brace-expansion from 2.0.1 to 5.0.6 in [docker/login-action#993](https://redirect.github.com/docker/login-action/pull/993)
> * Bump fast-xml-builder from 1.1.4 to 1.2.0 in [docker/login-action#985](https://redirect.github.com/docker/login-action/pull/985)
> * Bump fast-xml-parser from 5.3.6 to 5.8.0 in [docker/login-action#963](https://redirect.github.com/docker/login-action/pull/963)
> * Bump http-proxy-agent and https-proxy-agent to 9.0.0 in [docker/login-action#961](https://redirect.github.com/docker/login-action/pull/961)
> * Bump postcss from 8.5.6 to 8.5.10 in [docker/login-action#979](https://redirect.github.com/docker/login-action/pull/979)
> * Bump tar from 6.2.1 to 7.5.15 in [docker/login-action#991](https://redirect.github.com/docker/login-action/pull/991)
> * Bump vite from 7.3.1 to 7.3.3 in [docker/login-action#986](https://redirect.github.com/docker/login-action/pull/986)
>
> **Full Changelog**: <docker/login-action@v4.1.0...v4.2.0>


Commits

* [`650006c`](docker/login-action@650006c) Merge pull request [#960](https://redirect.github.com/docker/login-action/issues/960) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc...
* [`99df1a3`](docker/login-action@99df1a3) chore: update generated content
* [`3ab375f`](docker/login-action@3ab375f) build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
* [`39d8580`](docker/login-action@39d8580) Merge pull request [#970](https://redirect.github.com/docker/login-action/issues/970) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`4eefcd3`](docker/login-action@4eefcd3) chore: update generated content
* [`56d092c`](docker/login-action@56d092c) build(deps): bump `@​docker/actions-toolkit` from 0.86.0 to 0.90.0
* [`e2e31ca`](docker/login-action@e2e31ca) Merge pull request [#976](https://redirect.github.com/docker/login-action/issues/976) from docker/dependabot/npm\_and\_yarn/actions/core-3.0.1
* [`0bced94`](docker/login-action@0bced94) chore: update generated content
* [`3e75a0f`](docker/login-action@3e75a0f) build(deps): bump `@​actions/core` from 3.0.0 to 3.0.1
* [`365bebd`](docker/login-action@365bebd) Merge pull request [#984](https://redirect.github.com/docker/login-action/issues/984) from docker/dependabot/github\_actions/aws-actions/con...
* Additional commits viewable in [compare view](docker/login-action@4907a6d...650006c)
  
Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0
Release notes

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

> v4.1.0
> ------
>
> * Add `reset` input to uninstall current emulators by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-qemu-action#21](https://redirect.github.com/docker/setup-qemu-action/pull/21)
> * Bump `@​docker/actions-toolkit` from 0.77.0 to 0.91.0 in [docker/setup-qemu-action#250](https://redirect.github.com/docker/setup-qemu-action/pull/250) [docker/setup-qemu-action#247](https://redirect.github.com/docker/setup-qemu-action/pull/247)
> * Bump brace-expansion from 1.1.12 to 1.1.15 in [docker/setup-qemu-action#265](https://redirect.github.com/docker/setup-qemu-action/pull/265)
> * Bump fast-xml-builder from 1.0.0 to 1.2.0 in [docker/setup-qemu-action#286](https://redirect.github.com/docker/setup-qemu-action/pull/286)
> * Bump fast-xml-parser from 5.4.2 to 5.8.0 in [docker/setup-qemu-action#255](https://redirect.github.com/docker/setup-qemu-action/pull/255)
> * Bump flatted from 3.3.3 to 3.4.2 in [docker/setup-qemu-action#257](https://redirect.github.com/docker/setup-qemu-action/pull/257)
> * Bump glob from 10.3.15 to 10.5.0 in [docker/setup-qemu-action#254](https://redirect.github.com/docker/setup-qemu-action/pull/254)
> * Bump handlebars from 4.7.8 to 4.7.9 in [docker/setup-qemu-action#262](https://redirect.github.com/docker/setup-qemu-action/pull/262)
> * Bump lodash from 4.17.23 to 4.18.1 in [docker/setup-qemu-action#273](https://redirect.github.com/docker/setup-qemu-action/pull/273)
> * Bump postcss from 8.5.6 to 8.5.10 in [docker/setup-qemu-action#285](https://redirect.github.com/docker/setup-qemu-action/pull/285)
> * Bump tar from 6.2.1 to 7.5.15 in [docker/setup-qemu-action#287](https://redirect.github.com/docker/setup-qemu-action/pull/287)
> * Bump tmp from 0.2.5 to 0.2.6 in [docker/setup-qemu-action#291](https://redirect.github.com/docker/setup-qemu-action/pull/291)
> * Bump undici from 6.23.0 to 6.26.0 in [docker/setup-qemu-action#251](https://redirect.github.com/docker/setup-qemu-action/pull/251)
> * Bump vite from 7.3.1 to 7.3.2 in [docker/setup-qemu-action#271](https://redirect.github.com/docker/setup-qemu-action/pull/271)
>
> **Full Changelog**: <docker/setup-qemu-action@v4.0.0...v4.1.0>


Commits

* [`0611638`](docker/setup-qemu-action@0611638) Merge pull request [#21](https://redirect.github.com/docker/setup-qemu-action/issues/21) from crazy-max/uninst
* [`ce59c81`](docker/setup-qemu-action@ce59c81) chore: update generated content
* [`2ddad44`](docker/setup-qemu-action@2ddad44) uninstall current emulators
* [`8c37cd6`](docker/setup-qemu-action@8c37cd6) Merge pull request [#250](https://redirect.github.com/docker/setup-qemu-action/issues/250) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`d1a0ff3`](docker/setup-qemu-action@d1a0ff3) chore: update generated content
* [`0a8f3dc`](docker/setup-qemu-action@0a8f3dc) build(deps): bump `@​docker/actions-toolkit` from 0.79.0 to 0.91.0
* [`9430f61`](docker/setup-qemu-action@9430f61) Merge pull request [#291](https://redirect.github.com/docker/setup-qemu-action/issues/291) from docker/dependabot/npm\_and\_yarn/tmp-0.2.6
* [`978bd77`](docker/setup-qemu-action@978bd77) chore: update generated content
* [`3479feb`](docker/setup-qemu-action@3479feb) build(deps): bump tmp from 0.2.5 to 0.2.6
* [`b113c26`](docker/setup-qemu-action@b113c26) Merge pull request [#255](https://redirect.github.com/docker/setup-qemu-action/issues/255) from docker/dependabot/npm\_and\_yarn/fast-xml-parser-5...
* Additional commits viewable in [compare view](docker/setup-qemu-action@ce36039...0611638)
  
Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0
Release notes

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

> v4.1.0
> ------
>
> * Bump `@​docker/actions-toolkit` from 0.79.0 to 0.90.0 in [docker/setup-buildx-action#489](https://redirect.github.com/docker/setup-buildx-action/pull/489)
> * Bump brace-expansion from 1.1.12 to 5.0.6 in [docker/setup-buildx-action#547](https://redirect.github.com/docker/setup-buildx-action/pull/547) [docker/setup-buildx-action#508](https://redirect.github.com/docker/setup-buildx-action/pull/508)
> * Bump fast-xml-builder from 1.0.0 to 1.2.0 in [docker/setup-buildx-action#540](https://redirect.github.com/docker/setup-buildx-action/pull/540)
> * Bump fast-xml-parser from 5.4.2 to 5.8.0 in [docker/setup-buildx-action#496](https://redirect.github.com/docker/setup-buildx-action/pull/496)
> * Bump flatted from 3.3.3 to 3.4.2 in [docker/setup-buildx-action#499](https://redirect.github.com/docker/setup-buildx-action/pull/499)
> * Bump glob from 10.3.12 to 13.0.6 in [docker/setup-buildx-action#495](https://redirect.github.com/docker/setup-buildx-action/pull/495)
> * Bump handlebars from 4.7.8 to 4.7.9 in [docker/setup-buildx-action#504](https://redirect.github.com/docker/setup-buildx-action/pull/504)
> * Bump lodash from 4.17.23 to 4.18.1 in [docker/setup-buildx-action#523](https://redirect.github.com/docker/setup-buildx-action/pull/523)
> * Bump picomatch from 4.0.3 to 4.0.4 in [docker/setup-buildx-action#503](https://redirect.github.com/docker/setup-buildx-action/pull/503)
> * Bump postcss from 8.5.6 to 8.5.10 in [docker/setup-buildx-action#537](https://redirect.github.com/docker/setup-buildx-action/pull/537)
> * Bump tar from 6.2.1 to 7.5.15 in [docker/setup-buildx-action#545](https://redirect.github.com/docker/setup-buildx-action/pull/545)
> * Bump undici from 6.23.0 to 6.25.0 in [docker/setup-buildx-action#492](https://redirect.github.com/docker/setup-buildx-action/pull/492)
> * Bump vite from 7.3.1 to 7.3.2 in [docker/setup-buildx-action#520](https://redirect.github.com/docker/setup-buildx-action/pull/520)
>
> **Full Changelog**: <docker/setup-buildx-action@v4.0.0...v4.1.0>


Commits

* [`d7f5e7f`](docker/setup-buildx-action@d7f5e7f) Merge pull request [#489](https://redirect.github.com/docker/setup-buildx-action/issues/489) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`92bc5c9`](docker/setup-buildx-action@92bc5c9) chore: update generated content
* [`da11e35`](docker/setup-buildx-action@da11e35) build(deps): bump `@​docker/actions-toolkit` from 0.79.0 to 0.90.0
* [`f021e16`](docker/setup-buildx-action@f021e16) Merge pull request [#492](https://redirect.github.com/docker/setup-buildx-action/issues/492) from docker/dependabot/npm\_and\_yarn/undici-6.24.1
* [`b5af94f`](docker/setup-buildx-action@b5af94f) chore: update generated content
* [`16ad977`](docker/setup-buildx-action@16ad977) build(deps): bump undici from 6.23.0 to 6.25.0
* [`d7a12d7`](docker/setup-buildx-action@d7a12d7) Merge pull request [#495](https://redirect.github.com/docker/setup-buildx-action/issues/495) from docker/dependabot/npm\_and\_yarn/glob-10.5.0
* [`28ff27d`](docker/setup-buildx-action@28ff27d) build(deps): bump glob from 10.3.12 to 13.0.6
* [`daf436b`](docker/setup-buildx-action@daf436b) Merge pull request [#496](https://redirect.github.com/docker/setup-buildx-action/issues/496) from docker/dependabot/npm\_and\_yarn/fast-xml-parser-5...
* [`9725348`](docker/setup-buildx-action@9725348) chore: update generated content
* Additional commits viewable in [compare view](docker/setup-buildx-action@4d04d5d...d7f5e7f)
  
Updates `graalvm/setup-graalvm` from 1.5.2 to 1.5.4
Release notes

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

> v1.5.4
> ------
>
> What's Changed
> --------------
>
> * Bump the "all" group with 2 updates across multiple ecosystems by [`@​dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#217](https://redirect.github.com/graalvm/setup-graalvm/pull/217)
>
> **Full Changelog**: <graalvm/setup-graalvm@v1.5.3...v1.5.4>
>
> v1.5.3
> ------
>
> What's Changed
> --------------
>
> * Bump the "all" group with 2 updates across multiple ecosystems by [`@​dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#216](https://redirect.github.com/graalvm/setup-graalvm/pull/216)
>
> **Full Changelog**: <graalvm/setup-graalvm@v1.5.2...v1.5.3>


Commits

* [`329c42c`](graalvm/setup-graalvm@329c42c) Run npm audit fix, regenerate dist/ files, bump version to 1.5.4
* [`e9b9f56`](graalvm/setup-graalvm@e9b9f56) Bump actions/checkout from 6.0.2 to 6.0.3 in the all group
* [`bef4b0e`](graalvm/setup-graalvm@bef4b0e) Bump version to `1.5.3`.
* [`827e827`](graalvm/setup-graalvm@827e827) Regenerate dist/ files.
* [`71fb2ab`](graalvm/setup-graalvm@71fb2ab) Run `npm audit fix`.
* [`e2605aa`](graalvm/setup-graalvm@e2605aa) Bump the all group with 3 updates
* See full diff in [compare view](graalvm/setup-graalvm@60c2672...329c42c)
  
Updates `mikepenz/release-changelog-builder-action` from 6.2.1 to 6.2.2
Release notes

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

> v6.2.2
> ------
>
> 🐛 Fixes
> -------
>
> * fix: preserve $-escape sequences and backticks in placeholder values
>   + PR: [#1572](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1572)
>
> 💬 Other
> -------
>
> * ci: allow commit-dist to run for renovate-mike bot
>   + PR: [#1560](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1560)
>
> 📦 Dependencies
> --------------
>
> * chore(deps): update devdependency non-major updates
>   + PR: [#1557](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1557)
> * chore(deps): update dependency undici to v8
>   + PR: [#1558](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1558)
> * fix(deps): update dependency https-proxy-agent to v9
>   + PR: [#1559](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1559)
> * chore(deps): update devdependency non-major updates
>   + PR: [#1563](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1563)
> * fix(deps): update dependency `@​actions/github` to v9.1.0
>   + PR: [#1564](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1564)
> * chore(deps): update dependency vite to v8.0.8
>   + PR: [#1562](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1562)
> * chore(deps): update dependency undici to v8.0.3
>   + PR: [#1561](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1561)
> * chore(deps): update devdependency non-major updates
>   + PR: [#1566](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1566)
> * chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to 147a65f
>   + PR: [#1565](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1565)
> * chore(deps): update dependency undici to v8.1.0
>   + PR: [#1568](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1568)
> * chore(deps): lock file maintenance
>   + PR: [#1581](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1581)
> * chore(deps): update node devdependency non-major updates
>   + PR: [#1580](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1580)
> * fix(deps): update dependency `@​actions/github` to v9.1.1
>   + PR: [#1579](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1579)
> * fix(deps): update dependency `@​actions/core` to v3.0.1
>   + PR: [#1578](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1578)
> * chore(deps): update dependency vite to v8.0.9
>   + PR: [#1577](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1577)
> * chore(deps): update mikepenz/action-gh-release action to v3
>   + PR: [#1588](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1588)
> * chore(deps): lock file maintenance
>   + PR: [#1589](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1589)
> * chore(deps): update dependency vite to v8.0.11
>   + PR: [#1587](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1587)

... (truncated)


Commits

* [`348e88f`](mikepenz/release-changelog-builder-action@348e88f) Merge pull request [#1590](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1590) from mikepenz/develop
* [`9816d6c`](mikepenz/release-changelog-builder-action@9816d6c) chore: recompile dist
* [`d9e4ec1`](mikepenz/release-changelog-builder-action@d9e4ec1) Merge pull request [#1587](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1587) from mikepenz/renovate/vite-8.x
* [`393b7ac`](mikepenz/release-changelog-builder-action@393b7ac) chore(deps): lock file maintenance ([#1589](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1589))
* [`b8176fa`](mikepenz/release-changelog-builder-action@b8176fa) chore(deps): update mikepenz/action-gh-release action to v3 ([#1588](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1588))
* [`5d9a567`](mikepenz/release-changelog-builder-action@5d9a567) chore(deps): update dependency vite to v8.0.11
* [`b51ce95`](mikepenz/release-changelog-builder-action@b51ce95) Merge pull request [#1586](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1586) from mikepenz/chore/pin-actions
* [`1f6fce9`](mikepenz/release-changelog-builder-action@1f6fce9) chore(ci): pin GitHub Actions to specific versions
* [`9c3faaf`](mikepenz/release-changelog-builder-action@9c3faaf) Merge pull request [#1577](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1577) from mikepenz/renovate/vite-8.x
* [`0cd8201`](mikepenz/release-changelog-builder-action@0cd8201) Merge pull request [#1578](https://redirect.github.com/mikepenz/release-changelog-builder-action/issues/1578) from mikepenz/renovate/actions-core-3.x
* Additional commits viewable in [compare view](mikepenz/release-changelog-builder-action@bcae711...348e88f)
  
Updates `github/codeql-action` from 4.35.2 to 4.36.1
Release notes

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

> v4.36.1
> -------
>
> No user facing changes.
>
> v4.36.0
> -------
>
> * *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)
>
> v4.35.5
> -------
>
> * 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)
>
> v4.35.4
> -------
>
> * 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)
>
> v4.35.3
> -------
>
> * *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)
> * 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](https://redirect.github.com/github/codeql-action/pull/3852)
> * Update default CodeQL bundle version to [2.25.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3). [#3865](https://redirect.github.com/github/codeql-action/pull/3865)


Changelog

*Sourced from [github/codeql-action'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]
> ------------
>
> * 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)
> * 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](https://redirect.github.com/github/codeql-action/pull/3852)
> * Update default CodeQL bundle version to [2.25.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3). [#3865](https://redirect.github.com/github/codeql-action/pull/3865)
>
> 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](https://redirect.github.com/github/codeql-action/pull/3795)
> * The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. [#3789](https://redirect.github.com/github/codeql-action/pull/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](https://redirect.github.com/github/codeql-action/pull/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](https://redirect.github.com/github/codeql-action/pull/3807)
> * Update default CodeQL bundle version to [2.25.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2). [#3823](https://redirect.github.com/github/codeql-action/pull/3823)
>
> 4.35.1 - 27 Mar 2026
> --------------------
>
> * Fix incorrect minimum required Git version for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#3781](https://redirect.github.com/github/codeql-action/pull/3781)
>
> 4.35.0 - 27 Mar 2026
> --------------------

... (truncated)


Commits

* [`87557b9`](github/codeql-action@87557b9) Merge pull request [#3940](https://redirect.github.com/github/codeql-action/issues/3940) from github/update-v4.36.1-2a1689ed4
* [`9431011`](github/codeql-action@9431011) Update changelog for v4.36.1
* [`2a1689e`](github/codeql-action@2a1689e) Merge pull request [#3939](https://redirect.github.com/github/codeql-action/issues/3939) from github/henrymercer/skip-overlay-revert-when-exp...
* [`5245323`](github/codeql-action@5245323) Disable missing diff-ranges fallback when overlay enabled manually
* [`d1eb120`](github/codeql-action@d1eb120) Merge pull request [#3933](https://redirect.github.com/github/codeql-action/issues/3933) from github/update-supported-enterprise-server-versions
* [`115001b`](github/codeql-action@115001b) Merge pull request [#3934](https://redirect.github.com/github/codeql-action/issues/3934) from github/dependabot/npm\_and\_yarn/npm-minor-86fb5c...
* [`cef2e7a`](github/codeql-action@cef2e7a) Merge pull request [#3925](https://redirect.github.com/github/codeql-action/issues/3925) from github/dependabot/github\_actions/dot-github/wor...
* [`5e6adf7`](github/codeql-action@5e6adf7) Merge pull request [#3936](https://redirect.github.com/github/codeql-action/issues/3936) from github/dependabot/npm\_and\_yarn/tmp-0.2.7
* [`ad170e6`](github/codeql-action@ad170e6) Merge branch 'main' into dependabot/github\_actions/dot-github/workflows/actio...
* [`6a37b3a`](github/codeql-action@6a37b3a) Rebuild
* Additional commits viewable in [compare view](github/codeql-action@95e58e9...87557b9)
  
Updates `anthropics/claude-code-action` from 1.0.110 to 1.0.135
Release notes

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

> v1.0.135
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.135>
>
> v1.0.134
> --------
>
> What's Changed
> --------------
>
> * Add workload identity federation support to base-action by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#1378](https://redirect.github.com/anthropics/claude-code-action/pull/1378)
> * chore: bump actions/setup-node from v4.4.0 to v6.4.0 (Node.js 24) by [`@​ant-kurt`](https://github.com/ant-kurt) in [anthropics/claude-code-action#1377](https://redirect.github.com/anthropics/claude-code-action/pull/1377)
> * ci: bump checkout and setup-bun in test workflows to Node 24 releases by [`@​ant-kurt`](https://github.com/ant-kurt) in [anthropics/claude-code-action#1379](https://redirect.github.com/anthropics/claude-code-action/pull/1379)
>
> New Contributors
> ----------------
>
> * [`@​ant-kurt`](https://github.com/ant-kurt) made their first contribution in [anthropics/claude-code-action#1377](https://redirect.github.com/anthropics/claude-code-action/pull/1377)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.134>
>
> v1.0.133
> --------
>
> What's Changed
> --------------
>
> * Use workload identity federation for Claude auth in CI workflows by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#1344](https://redirect.github.com/anthropics/claude-code-action/pull/1344)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.133>
>
> v1.0.132
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.132>
>
> v1.0.131
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.131>
>
> v1.0.130
> --------
>
> What's Changed
> --------------
>
> * Add Workload Identity Federation (OIDC) authentication support by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#1338](https://redirect.github.com/anthropics/claude-code-action/pull/1338)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.130>
>
> v1.0.129
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.129>
>
> v1.0.128
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.128>
>
> v1.0.127
> --------
>
> What's Changed
> --------------
>
> * Refactor allowed\_bots actor resolution by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#1330](https://redirect.github.com/anthropics/claude-code-action/pull/1330)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.127>
>
> v1.0.126
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.126>

... (truncated)


Commits

* [`70a6e52`](anthropics/claude-code-action@70a6e52) chore: bump Claude Code to 2.1.162 and Agent SDK to 0.3.162
* [`36a69b6`](anthropics/claude-code-action@36a69b6) chore: bump Claude Code to 2.1.161 and Agent SDK to 0.3.161
* [`bfad70d`](anthropics/claude-code-action@bfad70d) ci: bump checkout and setup-bun in test workflows to Node 24 releases ([#1379](https://redirect.github.com/anthropics/claude-code-action/issues/1379))
* [`dc081a3`](anthropics/claude-code-action@dc081a3) chore: bump actions/setup-node from v4.4.0 to v6.4.0 (Node.js 24) ([#1377](https://redirect.github.com/anthropics/claude-code-action/issues/1377))
* [`420335d`](anthropics/claude-code-action@420335d) Add workload identity federation support to base-action ([#1378](https://redirect.github.com/anthropics/claude-code-action/issues/1378))
* [`7f37f2e`](anthropics/claude-code-action@7f37f2e) chore: bump Claude Code to 2.1.160 and Agent SDK to 0.3.160
* [`fb53c37`](anthropics/claude-code-action@fb53c37) chore: bump Claude Code to 2.1.159 and Agent SDK to 0.3.159
* [`c5c315c`](anthropics/claude-code-action@c5c315c) chore: bump Claude Code to 2.1.158 and Agent SDK to 0.3.158
* [`f809dea`](anthropics/claude-code-action@f809dea) chore: bump Claude Code to 2.1.157 and Agent SDK to 0.3.157
* [`0fb1b8f`](anthropics/claude-code-action@0fb1b8f) chore: bump Claude Code to 2.1.156 and Agent SDK to 0.3.156
* Additional commits viewable in [compare view](anthropics/claude-code-action@ef50f12...70a6e52)
  
Updates `ruby/setup-ruby` from 1.306.0 to 1.310.0
Release notes

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

> v1.310.0
> --------
>
> What's Changed
> --------------
>
> * Add ruby-4.0.5 by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#918](https://redirect.github.com/ruby/setup-ruby/pull/918)
>
> **Full Changelog**: <ruby/setup-ruby@v1.309.0...v1.310.0>
>
> v1.309.0
> --------
>
> What's Changed
> --------------
>
> * Update CRuby releases on Windows by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#917](https://redirect.github.com/ruby/setup-ruby/pull/917)
>
> **Full Changelog**: <ruby/setup-ruby@v1.308.0...v1.309.0>
>
> v1.308.0
> --------
>
> What's Changed
> --------------
>
> * Update CRuby releases on Windows by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#912](https://redirect.github.com/ruby/setup-ruby/pull/912)
>
> **Full Changelog**: <ruby/setup-ruby@v1.307.0...v1.308.0>
>
> v1.307.0
> --------
>
> What's Changed
> --------------
>
> * Update README: fix outdated URLs and Ruby version examples by [`@​fkmy`](https://github.com/fkmy) in [ruby/setup-ruby#910](https://redirect.github.com/ruby/setup-ruby/pull/910)
> * Add ruby-4.0.4 by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#911](https://redirect.github.com/ruby/setup-ruby/pull/911)
>
> **Full Changelog**: <ruby/setup-ruby@v1.306.0...v1.307.0>


Commits

* [`afeafc3`](ruby/setup-ruby@afeafc3) Add ruby-4.0.5
* [`28c65f7`](ruby/setup-ruby@28c65f7) Update CRuby releases on Windows
* [`97ecb7b`](ruby/setup-ruby@97ecb7b) Update CRuby releases on Windows
* [`6aaa311`](ruby/setup-ruby@6aaa311) Add ruby-4.0.4
* [`f02c009`](ruby/setup-ruby@f02c009) Fix docs.github.com URLs to avoid 301 redirects
* [`98bfeb1`](ruby/setup-ruby@98bfeb1) Remove EOL Ruby versions from matrix example in README
* [`59a7680`](ruby/setup-ruby@59a7680) Update Ruby version examples in README to include 4.0
* [`6459287`](ruby/setup-ruby@6459287) Replace outdated help.github.com URLs with docs.github.com
* See full diff in [compare view](ruby/setup-ruby@c4e5b13...afeafc3)
  
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 github_actions Pull requests that update GitHub Actions code OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant