chore(deps): bump the action-tools group across 1 directory with 6 updates#206
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the action-tools group across 1 directory with 6 updates#206dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the action-tools group with 6 updates: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.11.1` | `3.0.0` | | [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) | `1.1.1` | `3.0.0` | | [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.5.0` | `0.6.1` | | [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `2.2.3` | `4.0.0` | | [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) | `1.1.3` | `3.0.2` | | [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) | `2.0.2` | `4.0.0` | Updates `@actions/core` from 1.11.1 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/exec` from 1.1.1 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) Updates `@actions/glob` from 0.5.0 to 0.6.1 - [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 2.2.3 to 4.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/http-client) Updates `@actions/io` from 1.1.3 to 3.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io) Updates `@actions/tool-cache` from 2.0.2 to 4.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/tool-cache) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-tools - dependency-name: "@actions/exec" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-tools - dependency-name: "@actions/glob" dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-tools - dependency-name: "@actions/http-client" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-tools - dependency-name: "@actions/io" dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-tools - dependency-name: "@actions/tool-cache" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-tools ... Signed-off-by: dependabot[bot] <support@github.com>
c7c0e7c to
a2ddb08
Compare
This was referenced Apr 21, 2026
Closed
dhensby
added a commit
to dhensby/setup-sqlserver
that referenced
this pull request
Apr 22, 2026
Bump the `@actions/*` runtime dependencies to their ESM-only major releases now that the action itself runs as a native ESM module: - `@actions/core` 1 → 3 - `@actions/exec` 1 → 3 - `@actions/glob` 0.5 → 0.6 - `@actions/http-client` 2 → 4 - `@actions/io` 1 → 3 - `@actions/tool-cache` 2 → 4 No source changes are required for this bump: the public surface we use (`core.getInput`, `core.platform`, `exec.exec`, `glob.create`, `HttpClient#get`, `io.mv`, `tc.downloadTool`/`cacheFile`/`cacheDir`/`find`) is unchanged across these majors, and tests mock the packages at the module-resolution layer via `node:test`'s `mock.module()`. Supersedes Dependabot tediousjs#206. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the action-tools group with 6 updates in the / directory:
1.11.13.0.01.1.13.0.00.5.00.6.12.2.34.0.01.1.33.0.22.0.24.0.0Updates
@actions/corefrom 1.11.1 to 3.0.0Changelog
Sourced from
@actions/core's changelog.Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/coresince your current version.Updates
@actions/execfrom 1.1.1 to 3.0.0Changelog
Sourced from
@actions/exec's changelog.Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/execsince your current version.Updates
@actions/globfrom 0.5.0 to 0.6.1Changelog
Sourced from
@actions/glob's changelog.Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/globsince your current version.Updates
@actions/http-clientfrom 2.2.3 to 4.0.0Changelog
Sourced from
@actions/http-client's changelog.Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/http-clientsince your current version.Updates
@actions/iofrom 1.1.3 to 3.0.2Changelog
Sourced from
@actions/io's changelog.Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/iosince your current version.Updates
@actions/tool-cachefrom 2.0.2 to 4.0.0Changelog
Sourced from
@actions/tool-cache's changelog.Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/tool-cachesince your current version.