chore: bump @actions/* and fast-xml-parser dependencies#728
Open
chore: bump @actions/* and fast-xml-parser dependencies#728
Conversation
Copilot created this pull request from a session on behalf of
priyagupta108
April 9, 2026 11:23
View session
There was a problem hiding this comment.
Pull request overview
Updates this action’s npm dependency set (Actions toolkit + fast-xml-parser) and refreshes .licensed metadata to reflect the new transitive dependency tree.
Changes:
- Bump
@actions/*packages andfast-xml-parserversions inpackage.json. - Refresh
package-lock.jsonwith resolved dependency updates (including new transitive deps likefast-xml-builder,path-expression-matcher, and updatedundicitrees). - Add/update
.licenses/npm/*.dep.ymlentries to match new resolved versions.
Reviewed changes
Copilot reviewed 18 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates declared dependency ranges for Actions toolkit packages and fast-xml-parser. |
| package-lock.json | Updates resolved package versions/metadata after install/audit fix. |
| .licenses/npm/undici-6.24.1.dep.yml | Adds license record for the newly resolved undici@6.24.1. |
| .licenses/npm/undici-5.29.0.dep.yml | Adds/refreshes license record for the resolved undici@5.29.0. |
| .licenses/npm/strnum.dep.yml | Updates recorded strnum version to match lockfile resolution. |
| .licenses/npm/path-expression-matcher.dep.yml | Adds license record for new path-expression-matcher transitive dependency. |
| .licenses/npm/fast-xml-parser.dep.yml | Updates recorded fast-xml-parser version to match the bump. |
| .licenses/npm/fast-xml-builder.dep.yml | Adds license record for new fast-xml-builder transitive dependency. |
| .licenses/npm/brace-expansion.dep.yml | Updates recorded brace-expansion version to match lockfile resolution. |
| .licenses/npm/@octokit/types-12.3.0.dep.yml | Removes outdated license record for superseded @octokit/types version. |
| .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml | Updates recorded plugin version to match lockfile resolution. |
| .licenses/npm/@octokit/openapi-types-19.0.2.dep.yml | Removes outdated license record for superseded @octokit/openapi-types version. |
| .licenses/npm/@actions/io.dep.yml | Adds/updates license record for @actions/io@2.0.0. |
| .licenses/npm/@actions/io-1.1.3.dep.yml | Removes outdated license record for @actions/io@1.1.3. |
| .licenses/npm/@actions/http-client-3.0.2.dep.yml | Updates recorded @actions/http-client version to match the bump. |
| .licenses/npm/@actions/glob.dep.yml | Updates recorded @actions/glob version to match the bump. |
| .licenses/npm/@actions/github.dep.yml | Updates recorded @actions/github version to match lockfile resolution. |
| .licenses/npm/@actions/exec.dep.yml | Adds/updates license record for @actions/exec@2.0.0. |
| .licenses/npm/@actions/exec-1.1.1.dep.yml | Removes outdated license record for @actions/exec@1.1.1. |
| .licenses/npm/@actions/core.dep.yml | Updates recorded @actions/core version to match the bump. |
| .licenses/npm/@actions/core-1.11.1.dep.yml | Removes outdated license record for @actions/core@1.11.1. |
| .licenses/npm/@actions/cache.dep.yml | Updates recorded @actions/cache version to match the bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description:
Upgrades
@actionspackages and fast-xml-parser :Dependency changes:
@actions/core^2.0.0→^2.0.3@actions/cache^5.0.1→^5.0.5@actions/glob^0.5.0→^0.5.1@actions/http-client^3.0.0→^3.0.2@actions/io^1.0.2→^2.0.0fast-xml-parser^5.3.6→^5.5.11.Related issue:
Check list: