Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Change Age Confidence
@actions/artifact (source) 5.0.36.1.0 age confidence
@actions/cache (source) 5.0.56.0.0 age confidence
@actions/core (source) 2.0.33.0.0 age confidence
@actions/exec (source) 2.0.03.0.0 age confidence
@actions/github (source) 7.0.09.0.0 age confidence
@actions/http-client (source) 3.0.24.0.0 age confidence
@actions/io (source) 2.0.03.0.2 age confidence
@actions/tool-cache (source) 3.0.14.0.0 age confidence

Release Notes

actions/toolkit (@​actions/artifact)

v6.1.0

  • Support downloading non-zip artifacts. Zipped artifacts will be decompressed automatically (with an optional override). Un-zipped artifacts will be downloaded as-is.

v6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
actions/toolkit (@​actions/cache)

v6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
actions/toolkit (@​actions/core)

v3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
actions/toolkit (@​actions/exec)

v3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
actions/toolkit (@​actions/github)

v9.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
    • Example: const { getOctokit, context } = await import('@​actions/github')
  • Fix TypeScript compilation by migrating to ESM, enabling proper imports from @octokit/core/types

v8.0.1

  • Update undici to 6.23.0
  • Update @actions/http-client to 3.0.2

v8.0.0

  • Update @​octokit dependencies
    • @octokit/core ^7.0.6
    • @octokit/plugin-paginate-rest ^14.0.0
    • @octokit/plugin-rest-endpoint-methods ^17.0.0
    • @octokit/request ^10.0.7
    • @octokit/request-error ^7.1.0
  • Breaking change: Minimum Node.js version is now 20 (previously 18)
actions/toolkit (@​actions/http-client)

v4.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
actions/toolkit (@​actions/io)

v3.0.2

  • Fix: update lock file version

v3.0.1

  • Fix: export @actions/io/lib/io-util

v3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
actions/toolkit (@​actions/tool-cache)

v4.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
3.0.1
  • Bump @actions/http-client to 3.0.2
3.0.0
  • Update to v2.0.1 of @actions/core
  • Update to v2.0.0 of @actions/exec
  • Update to v3.0.1 of @actions/http-client
  • Update to v2.0.0 of @actions/io
2.0.2
2.0.1
  • Update to v2.0.1 of @actions/http-client #​1087
2.0.0
  • Update to v2.0.0 of @actions/http-client
  • The type of the headers parameter in the exported function downloadTool has been narrowed from { [header: string]: any } to { [header: string]: number | string | string[] | undefined; } (that is, http.OutgoingHttpHeaders).
    This is strictly a compile-time change for TypeScript consumers. Previous attempts to use a header value of a type other than those now accepted would have resulted in an error at run time.
1.7.2
  • Update lockfileVersion to v2 in package-lock.json #​1025
1.7.1
1.7.0
1.6.1
1.6.0
1.3.5
1.3.4

Here is the security issue that was fixed in the http-client 1.0.8 release

1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.0.0
  • Initial release

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file optional labels Jan 26, 2026
@renovate renovate bot requested a review from Lulalaby as a code owner January 26, 2026 17:30
@renovate renovate bot added dependencies Pull requests that update a dependency file optional labels Jan 26, 2026
@renovate renovate bot force-pushed the renovate/major-npm-packages branch from 6bd17a0 to 7f2b472 Compare January 27, 2026 18:55
@renovate renovate bot changed the title fix(deps): upgrade dependency @actions/github to v8 fix(deps): upgrade dependency @actions/github to v9 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/major-npm-packages branch from 7f2b472 to bea6586 Compare January 28, 2026 02:30
@renovate renovate bot changed the title fix(deps): upgrade dependency @actions/github to v9 fix(deps): upgrade npm packages (major) Jan 28, 2026
@renovate renovate bot force-pushed the renovate/major-npm-packages branch 7 times, most recently from 8ee2f2f to 5e90323 Compare January 30, 2026 20:37
@renovate renovate bot force-pushed the renovate/major-npm-packages branch from 5e90323 to db25627 Compare February 9, 2026 08:49
@Lulalaby Lulalaby merged commit 97b48e2 into main Feb 9, 2026
2 checks passed
@Lulalaby Lulalaby deleted the renovate/major-npm-packages branch February 9, 2026 08:49
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 optional

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant