Skip to content

Comments

chore(deps): Bump @actions/glob from 0.4.0 to 0.6.1#19427

Merged
Lms24 merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/actions/glob-0.6.1
Feb 19, 2026
Merged

chore(deps): Bump @actions/glob from 0.4.0 to 0.6.1#19427
Lms24 merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/actions/glob-0.6.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps @actions/glob from 0.4.0 to 0.6.1.

Changelog

Sourced from @​actions/glob's changelog.

0.6.1

  • Fix a bad import for minimatch

0.6.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

0.5.1

  • Bump @actions/core to 2.0.3

0.5.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/glob since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
@Lms24
Copy link
Member

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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/glob-0.6.1 branch from fd457dd to d34382b Compare February 19, 2026 17:13
"@actions/exec": "1.1.1",
"@actions/github": "^5.0.0",
"@actions/glob": "0.4.0",
"@actions/glob": "0.6.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why would you flag this? We use @actions/core for our actions in the repo. This has nothing to do with @actions/glob

@Lms24 Lms24 changed the title feat(deps): bump @actions/glob from 0.4.0 to 0.6.1 chore(deps): Bump @actions/glob from 0.4.0 to 0.6.1 Feb 19, 2026
@Lms24 Lms24 merged commit ee55e8d into develop Feb 19, 2026
208 checks passed
@Lms24 Lms24 deleted the dependabot/npm_and_yarn/actions/glob-0.6.1 branch February 19, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant