Uh oh!
There was an error while loading. Please reload this page.
chore(deps): Bump @actions/glob from 0.4.0 to 0.6.1 - #19427
Conversation
Lms24
commented
Feb 19, 2026
@dependabot rebase |
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.4.0 to 0.6.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob) --- updated-dependencies: - dependency-name: "@actions/glob" dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
fd457dd to
d34382bCompare| "@actions/exec": "1.1.1", | ||
| "@actions/github": "^5.0.0", | ||
| "@actions/glob": "0.4.0", | ||
| "@actions/glob": "0.6.1", |
There was a problem hiding this comment.
Bug: Upgrading @actions/glob introduces a dependency on @actions/core@^3.0.0, which conflicts with the explicitly pinned direct dependency on @actions/core@1.10.1 in package.json.
Severity: HIGH
Suggested Fix
To resolve the conflict, update the @actions/core dependency in both package.json files to a version compatible with what @actions/glob@0.6.1 expects, for example: "@actions/core": "^3.0.0".
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: dev-packages/node-overhead-gh-action/package.json#L35
Potential issue: The pull request upgrades the `@actions/glob` dependency to version
`0.6.1`. This new version of `@actions/glob` has a transitive dependency on
`@actions/core@^3.0.0`. However, the `package.json` files for `node-overhead-gh-action`
and `size-limit-gh-action` still explicitly pin the direct dependency to
`@actions/core@1.10.1`. This creates a version conflict between the direct dependency
(`1.10.1`) and the transitive dependency (`^3.0.0`). This incomplete dependency
migration is likely to cause runtime failures if the package manager resolves to version
`3.0.0`, as the code was written for the `1.x` API and major version bumps often include
breaking changes.
Did we get this right? 👍 / 👎 to inform future reviews.
There was a problem hiding this comment.
why would you flag this? We use @actions/core for our actions in the repo. This has nothing to do with @actions/glob
Uh oh!
There was an error while loading. Please reload this page.
Bumps @actions/glob from 0.4.0 to 0.6.1.
Changelog
Sourced from
@actions/glob'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/globsince your current version.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 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)