chore: upgraded @actions/github from 6.0.0 to 6.0.1#60
Open
kranthipoturaju wants to merge 1 commit intofpicalausa:masterfrom
Open
chore: upgraded @actions/github from 6.0.0 to 6.0.1#60kranthipoturaju wants to merge 1 commit intofpicalausa:masterfrom
kranthipoturaju wants to merge 1 commit intofpicalausa:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the @actions/github dependency from version 6.0.0 to 6.0.1 to pick up upstream patch fixes and transitive dependency updates.
Changes:
- Updated
@actions/githubdependency version in package.json and package-lock.json - Rebuilt distribution artifacts (dist/index.js) to include the upstream changes
- Transitive dependency updates include improvements to undici and octokit plugins
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumped @actions/github from ^6.0.0 to ^6.0.1 |
| package-lock.json | Updated lockfile with new version, transitive dependencies, and peer dependency annotations |
| dist/index.js | Rebuilt bundle includes new Context.runAttempt property, undici cookie handling improvements, and connection error handling fixes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cafc86a to
f37de18
Compare
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.
Summary
@actions/githubfrom 6.0.0 → 6.0.1 inpackage.jsonand updated the lockfile.dist/) so the action bundle matches the updated dependencies.package-lock.jsonto reflect the dependency changes.Why this change?
Patch upgrade for
@actions/github: Picks up upstream patch fixes and transitive dependency updates, improving runtime stability and reducing exposure to already-fixed bugs. This is a low-risk, patch-level bump with no expected API breaking changes.