Skip to content

build(deps): bump the github-actions group in /.github/workflows with 5 updates#136

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/github-actions-2b232e93f8
Open

build(deps): bump the github-actions group in /.github/workflows with 5 updates#136
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/github-actions-2b232e93f8

Conversation

@dependabot
Copy link

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

Bumps the github-actions group in /.github/workflows with 5 updates:

Package From To
actions/checkout 5.0.0 6.0.2
oven-sh/setup-bun 2.0.2 2.1.2
actions/cache 4.3.0 5.0.3
nrwl/nx-set-shas 4.3.3 4.4.0
actions/upload-artifact 4.6.2 6.0.0

Updates actions/checkout from 5.0.0 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Updates oven-sh/setup-bun from 2.0.2 to 2.1.2

Release notes

Sourced from oven-sh/setup-bun's releases.

v2.1.2

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

Full Changelog: oven-sh/setup-bun@v2...v2.1.2

v2.1.1

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

Full Changelog: oven-sh/setup-bun@v2.1.0...v2.1.1

v2.1.0

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.0

Commits
  • 3d26778 fix: default token only on public github (#157)
  • db6bcf6 [autofix.ci] apply automated fixes
  • 4a638a4 Bump form-data
  • 5639119 feat: use packageManager from package.json as default bun version (#152)
  • b02f8a8 feat: fallback arm64 to x64 architecture for win32 platform (#131)
  • 8c296f9 feat: implement wildcard resolution into the action (#93)
  • b7a1c7c release: v2.1.0 (#151)
  • ad1208b docs: restore missing no-cache input (#149)
  • bc6f04c [autofix.ci] apply automated fixes
  • 1dbab06 feat: Check for existing bun before downloading (#138)
  • Additional commits viewable in compare view

Updates actions/cache from 4.3.0 to 5.0.3

Release notes

Sourced from actions/cache's releases.

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

v5.0.1

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


v5.0.1

What's Changed

v5.0.0

What's Changed

Full Changelog: actions/cache@v5...v5.0.1

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

... (truncated)

Commits

Updates nrwl/nx-set-shas from 4.3.3 to 4.4.0

Release notes

Sourced from nrwl/nx-set-shas's releases.

v4.4.0

What's Changed

New Contributors

Full Changelog: nrwl/nx-set-shas@v4.3.3...v4.4.0

Commits
  • 3e9ad73 chore: Bump version from 4.3.3 to 4.4.0 (#204)
  • 6567940 Fix: Update merge-group behaviour to support additional merge queue configura...
  • 9885af3 chore: delete .github/workflows/claude.yml
  • bc25797 chore: add claude code workflow (#198)
  • See full diff in compare view

Updates actions/upload-artifact from 4.6.2 to 6.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link

greptile-apps bot commented Feb 16, 2026

Greptile Summary

Standard Dependabot PR that bumps 5 GitHub Actions dependencies across both CI workflow files (ci.yml and publish.yml). All actions are pinned by full SHA, which is a security best practice. The updates include major version bumps for actions/checkout (v5 → v6), actions/cache (v4 → v5), and actions/upload-artifact (v4 → v6), plus minor bumps for oven-sh/setup-bun and nrwl/nx-set-shas.

  • The actions/checkout version comment was not updated by Dependabot — it still reads # v5 instead of # v6.0.2 in both workflow files. This is a cosmetic issue but causes confusion when maintaining these files.
  • actions/cache v5 and actions/upload-artifact v6 both require Node.js 24 runtime and a minimum Actions Runner version of 2.327.1. This should not be an issue for GitHub-hosted runners (ubuntu-latest), which are always up to date.
  • No functional changes to workflow logic — only dependency version bumps.

Confidence Score: 4/5

  • This PR is safe to merge — it only bumps well-known GitHub Actions dependencies with no workflow logic changes.
  • Score of 4 reflects that these are standard, well-maintained GitHub Actions with SHA-pinned references. The only issue is the stale version comment on actions/checkout which is cosmetic. The major version bumps (checkout v5→v6, cache v4→v5, upload-artifact v4→v6) are all Node.js 24 runtime upgrades with no breaking API changes for this workflow's usage.
  • No files require special attention beyond the stale version comments in both workflow files.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Updates 5 GitHub Actions dependencies to latest versions (pinned by SHA). The actions/checkout version comment is stale (# v5 should be # v6.0.2).
.github/workflows/publish.yml Updates 4 GitHub Actions dependencies to latest versions (pinned by SHA). Same stale actions/checkout version comment issue as ci.yml.

Flowchart

flowchart TD
    subgraph CI["CI Workflow"]
        A1["actions/checkout\nv5 → v6.0.2"] --> B1["oven-sh/setup-bun\nv2.0.2 → v2.1.2"]
        B1 --> C1["actions/cache\nv4.3.0 → v5.0.3"]
        C1 --> D1["bun install"]
        D1 --> E1["nrwl/nx-set-shas\nv4.3.3 → v4.4.0"]
        E1 --> F1["Run Tests & Coverage"]
        F1 --> G1["actions/upload-artifact\nv4.6.2 → v6.0.0"]
    end
    subgraph Publish["Publish Workflow"]
        A2["actions/checkout\nv5 → v6.0.2"] --> B2["oven-sh/setup-bun\nv2.0.2 → v2.1.2"]
        B2 --> C2["actions/cache\nv4.3.0 → v5.0.3"]
        C2 --> D2["bun install"]
        D2 --> E2["nrwl/nx-set-shas\nv4.3.3 → v4.4.0"]
        E2 --> F2["Lint, Test, Build & Publish"]
    end
Loading

Last reviewed commit: 63b82b0

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, 2 comments

Edit Code Review Agent Settings | Greptile

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
Copy link

Choose a reason for hiding this comment

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

Stale version comment on checkout action

The SHA de0fac2e4500dabe0009e67214ff5f5447ce83dd corresponds to actions/checkout v6.0.2 (as stated in the PR description), but the inline comment still says # v5. This is misleading for anyone reading the workflow file and should be updated to reflect the actual major version.

Suggested change
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/ci.yml
Line: 18:18

Comment:
**Stale version comment on checkout action**

The SHA `de0fac2e4500dabe0009e67214ff5f5447ce83dd` corresponds to `actions/checkout` v6.0.2 (as stated in the PR description), but the inline comment still says `# v5`. This is misleading for anyone reading the workflow file and should be updated to reflect the actual major version.

```suggestion
      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
```

How can I resolve this? If you propose a fix, please make it concise.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
Copy link

Choose a reason for hiding this comment

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

Stale version comment on checkout action

Same issue as in ci.yml — the SHA points to actions/checkout v6.0.2 but the comment still says # v5. This should be updated for consistency and clarity.

Suggested change
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/publish.yml
Line: 41:41

Comment:
**Stale version comment on checkout action**

Same issue as in `ci.yml` — the SHA points to `actions/checkout` v6.0.2 but the comment still says `# v5`. This should be updated for consistency and clarity.

```suggestion
      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
```

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.

Bumps the github-actions group in /.github/workflows with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.2` |
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | `2.0.2` | `2.1.2` |
| [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.3` |
| [nrwl/nx-set-shas](https://github.com/nrwl/nx-set-shas) | `4.3.3` | `4.4.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `6.0.0` |


Updates `actions/checkout` from 5.0.0 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...de0fac2)

Updates `oven-sh/setup-bun` from 2.0.2 to 2.1.2
- [Release notes](https://github.com/oven-sh/setup-bun/releases)
- [Commits](oven-sh/setup-bun@735343b...3d26778)

Updates `actions/cache` from 4.3.0 to 5.0.3
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0057852...cdf6c1f)

Updates `nrwl/nx-set-shas` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/nrwl/nx-set-shas/releases)
- [Commits](nrwl/nx-set-shas@826660b...3e9ad73)

Updates `actions/upload-artifact` from 4.6.2 to 6.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...b7c566a)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: oven-sh/setup-bun
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: nrwl/nx-set-shas
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/github-actions-2b232e93f8 branch from 63b82b0 to e2ae0cf Compare February 23, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants