Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps @actions/io from 1.1.3 to 2.0.0.

Changelog

Sourced from @​actions/io's changelog.

2.0.0

  • Add support for Node 24 #2110
  • Ensures consistent behavior for paths on Node 24 with Windows
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Nov 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 3, 2025 17:20
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Nov 3, 2025
@github-actions github-actions bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Nov 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft November 3, 2025 17:22
@henrymercer henrymercer marked this pull request as ready for review November 3, 2025 17:53
Copilot AI review requested due to automatic review settings November 3, 2025 17:53
henrymercer
henrymercer previously approved these changes Nov 3, 2025
@henrymercer henrymercer enabled auto-merge November 3, 2025 17:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR upgrades the @actions/io dependency to version 2.0.0. The main changes involve:

  • Updating package version specifications in package.json and package-lock.json
  • Restructuring node_modules to accommodate multiple versions of @actions/io where needed for dependency resolution
  • Automatically regenerated JavaScript bundles in the lib/ directory reflecting the new dependency structure

Reviewed Changes

Copilot reviewed 10 out of 14 changed files in this pull request and generated 16 comments.

File Description
package.json Updated @actions/io dependency from ^1.1.3 to ^2.0.0
package-lock.json Updated lock file with new @actions/io v2.0.0 and added nested v1.1.3 copies for packages still requiring the older version
lib/*.js Auto-generated JavaScript bundles updated to reflect the new dependency tree structure

var toolrunner = __toESM(require_toolrunner());
var github = __toESM(require_github());
var io2 = __toESM(require_io());
var io2 = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io2.

Copilot uses AI. Check for mistakes.
var core3 = __toESM(require_core());
var exec = __toESM(require_exec());
var io = __toESM(require_io());
var io = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io.

Copilot uses AI. Check for mistakes.
var toolrunner = __toESM(require_toolrunner());
var github = __toESM(require_github());
var io2 = __toESM(require_io());
var io2 = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io2.

Copilot uses AI. Check for mistakes.
var core3 = __toESM(require_core());
var exec = __toESM(require_exec());
var io = __toESM(require_io());
var io = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io.

Copilot uses AI. Check for mistakes.
// src/tar.ts
var import_toolrunner = __toESM(require_toolrunner());
var io4 = __toESM(require_io());
var io4 = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io4.

Copilot uses AI. Check for mistakes.
var toolrunner = __toESM(require_toolrunner());
var github = __toESM(require_github());
var io2 = __toESM(require_io());
var io2 = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io2.

Copilot uses AI. Check for mistakes.
// src/init.ts
var toolrunner4 = __toESM(require_toolrunner());
var io5 = __toESM(require_io());
var io5 = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io5.

Copilot uses AI. Check for mistakes.
// src/init.ts
var toolrunner4 = __toESM(require_toolrunner());
var io5 = __toESM(require_io());
var io5 = __toESM(require_io2());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io5.

Copilot uses AI. Check for mistakes.
var toolrunner = __toESM(require_toolrunner());
var github = __toESM(require_github());
var io2 = __toESM(require_io());
var io2 = __toESM(require_io3());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io2.

Copilot uses AI. Check for mistakes.
var core3 = __toESM(require_core());
var exec = __toESM(require_exec());
var io = __toESM(require_io());
var io = __toESM(require_io3());
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

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

Unused variable io.

Copilot uses AI. Check for mistakes.
@henrymercer
Copy link
Contributor

@dependabot recreate

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.3 to 2.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

---
updated-dependencies:
- dependency-name: "@actions/io"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/io-2.0.0 branch from 994e07a to a53b496 Compare November 4, 2025 13:58
@henrymercer henrymercer added the Rebuild Re-transpile JS & re-generate workflows label Nov 4, 2025
@github-actions github-actions bot removed the Rebuild Re-transpile JS & re-generate workflows label Nov 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft November 4, 2025 14:00
auto-merge was automatically disabled November 4, 2025 14:00

Pull request was converted to draft

@henrymercer henrymercer marked this pull request as ready for review November 4, 2025 14:00
@henrymercer henrymercer enabled auto-merge November 4, 2025 14:03
@henrymercer henrymercer merged commit 95b1867 into main Nov 4, 2025
236 checks passed
@henrymercer henrymercer deleted the dependabot/npm_and_yarn/actions/io-2.0.0 branch November 4, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants