-
Notifications
You must be signed in to change notification settings - Fork 434
Bump @actions/github from 6.0.1 to 7.0.0 #3398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
|
@dependabot recreate |
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.0.1 to 7.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dc84c14 to
6c5e0ea
Compare
|
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.
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 bumps the @actions/github dependency from version 6.0.1 to 7.0.0, which updates the underlying @actions/http-client dependency from v2.2.0 to v3.0.1.
Changes:
- Updated
@actions/githubfrom^6.0.1to^7.0.0in package.json - Updated package-lock.json with new dependency tree reflecting the upgrade
- Regenerated compiled JavaScript in the lib directory to reflect the dependency changes
Reviewed changes
Copilot reviewed 9 out of 14 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| package.json | Updated @actions/github version constraint from ^6.0.1 to ^7.0.0 |
| package-lock.json | Updated dependency resolution tree with new @actions/github@7.0.0 and transitive dependencies |
| lib/*.js | Auto-generated JavaScript files reflecting the dependency upgrade (not reviewed per guidelines) |
|
|
||
| // src/config/db-config.ts | ||
| var jsonschema = __toESM(require_lib3()); | ||
| var jsonschema = __toESM(require_lib2()); |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable jsonschema.
|
|
||
| // src/config/db-config.ts | ||
| var jsonschema = __toESM(require_lib3()); | ||
| var jsonschema = __toESM(require_lib2()); |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable jsonschema.
|
|
||
| // src/config/db-config.ts | ||
| var jsonschema = __toESM(require_lib3()); | ||
| var jsonschema = __toESM(require_lib2()); |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable jsonschema.
|
|
||
| // src/config/db-config.ts | ||
| var jsonschema = __toESM(require_lib4()); | ||
| var jsonschema = __toESM(require_lib3()); |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable jsonschema.
|
|
||
| // src/config/db-config.ts | ||
| var jsonschema = __toESM(require_lib4()); | ||
| var jsonschema = __toESM(require_lib3()); |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable jsonschema.
|
|
||
| // src/config/db-config.ts | ||
| var jsonschema = __toESM(require_lib4()); | ||
| var jsonschema = __toESM(require_lib3()); |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable jsonschema.
Bumps @actions/github from 6.0.1 to 7.0.0.
Changelog
Sourced from
@actions/github's changelog.Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@actions/githubsince your current version.Most Recent Ignore Conditions Applied to This Pull Request
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.Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖
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)