Bump @actions/io from 1.1.3 to 2.0.0#3269
Conversation
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
There was a problem hiding this comment.
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.jsonandpackage-lock.json - Restructuring node_modules to accommodate multiple versions of
@actions/iowhere 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()); |
There was a problem hiding this comment.
Unused variable io2.
| var core3 = __toESM(require_core()); | ||
| var exec = __toESM(require_exec()); | ||
| var io = __toESM(require_io()); | ||
| var io = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io.
| var toolrunner = __toESM(require_toolrunner()); | ||
| var github = __toESM(require_github()); | ||
| var io2 = __toESM(require_io()); | ||
| var io2 = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io2.
| var core3 = __toESM(require_core()); | ||
| var exec = __toESM(require_exec()); | ||
| var io = __toESM(require_io()); | ||
| var io = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io.
| // src/tar.ts | ||
| var import_toolrunner = __toESM(require_toolrunner()); | ||
| var io4 = __toESM(require_io()); | ||
| var io4 = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io4.
| var toolrunner = __toESM(require_toolrunner()); | ||
| var github = __toESM(require_github()); | ||
| var io2 = __toESM(require_io()); | ||
| var io2 = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io2.
| // src/init.ts | ||
| var toolrunner4 = __toESM(require_toolrunner()); | ||
| var io5 = __toESM(require_io()); | ||
| var io5 = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io5.
| // src/init.ts | ||
| var toolrunner4 = __toESM(require_toolrunner()); | ||
| var io5 = __toESM(require_io()); | ||
| var io5 = __toESM(require_io2()); |
There was a problem hiding this comment.
Unused variable io5.
| var toolrunner = __toESM(require_toolrunner()); | ||
| var github = __toESM(require_github()); | ||
| var io2 = __toESM(require_io()); | ||
| var io2 = __toESM(require_io3()); |
There was a problem hiding this comment.
Unused variable io2.
| var core3 = __toESM(require_core()); | ||
| var exec = __toESM(require_exec()); | ||
| var io = __toESM(require_io()); | ||
| var io = __toESM(require_io3()); |
There was a problem hiding this comment.
Unused variable io.
|
@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] <support@github.com>
994e07a to
a53b496
Compare
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
Bumps @actions/io from 1.1.3 to 2.0.0.
Changelog
Sourced from
@actions/io's changelog.Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)