Skip to content

chore(deps): bump @actions/cache to 6.2.0#771

Merged
HarithaVattikuti merged 4 commits into
actions:mainfrom
philip-gai:philip-gai/bump-actions-cache-5-2-0
Jul 16, 2026
Merged

chore(deps): bump @actions/cache to 6.2.0#771
HarithaVattikuti merged 4 commits into
actions:mainfrom
philip-gai:philip-gai/bump-actions-cache-5-2-0

Conversation

@philip-gai

@philip-gai philip-gai commented Jul 15, 2026

Copy link
Copy Markdown
Member

Description:

Bumps @actions/cache from ^6.1.0 to ^6.2.0 and rebuilds the vendored dist/ bundles.

  • Update @actions/cache dependency to ^6.2.0 in package.json and lock it to 6.2.0 in package-lock.json.
  • Rebuild the vendored dist/setup and dist/cache-save bundles via ncc so they embed the 6.2.0 client code.
  • Bump the .licenses/npm/@actions/cache.dep.yml record to 6.2.0 (LICENSE text is byte-identical to 6.1.0).

@actions/cache 6.2.0 ships new client behavior transparently to this action: it surfaces a non-fatal warning when the cache service denies a cache read due to token scopes, matching the existing cache-write-denied handling.

Related issue:
N/A

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

philip-gai and others added 2 commits July 15, 2026 13:26
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@philip-gai
philip-gai marked this pull request as ready for review July 15, 2026 19:22
Copilot AI review requested due to automatic review settings July 15, 2026 19:22
@philip-gai
philip-gai requested a review from a team as a code owner July 15, 2026 19:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the vendored @actions/cache client used by actions/setup-go from ^5.1.0 to ^5.2.0 and refreshes the dist/ bundles so the action ships the updated cache behavior at runtime.

Changes:

  • Update @actions/cache dependency to ^5.2.0 in package.json.
  • Lock @actions/cache to 5.2.0 in package-lock.json (incl. updated resolved URL + integrity).
  • Rebuild dist/setup and dist/cache-save bundles to include the new cache-mode gating and “read denied” warning behavior from @actions/cache 5.2.0.
Show a summary per file
File Description
package.json Bumps @actions/cache dependency range to ^5.2.0.
package-lock.json Locks @actions/cache to 5.2.0 and updates resolved/integrity metadata.
dist/setup/index.js Updated bundled cache client code (cache-mode read/write gating; read-denied classification).
dist/cache-save/index.js Updated bundled post-step cache client code to match the new cache behaviors.
.licenses/npm/@actions/cache.dep.yml Updates the tracked third-party dependency version to 5.2.0.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/5 changed files
  • Comments generated: 0
  • Review effort level: Low

philip-gai and others added 2 commits July 15, 2026 16:00
…p-actions-cache-5-2-0

# Conflicts:
#	.licenses/npm/@actions/cache.dep.yml
#	dist/cache-save/index.js
#	dist/setup/index.js
#	package-lock.json
#	package.json
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 290d6c74-496d-441c-bdbe-08fc907e0d44
@philip-gai philip-gai changed the title chore(deps): bump @actions/cache to 5.2.0 chore(deps): bump @actions/cache to 6.2.0 Jul 15, 2026
@HarithaVattikuti
HarithaVattikuti merged commit b7ad1da into actions:main Jul 16, 2026
127 checks passed
eleboucher pushed a commit to eleboucher/runner-k8s-plugin that referenced this pull request Jul 16, 2026
…(#84)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v6.5.0` → `v7.0.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v7.0.0`](https://github.com/actions/setup-go/releases/tag/v7.0.0)

[Compare Source](actions/setup-go@v6.5.0...v7.0.0)

#### What's Changed

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;763](actions/setup-go#763)
- chore(deps): bump [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;771](actions/setup-go#771)

#### New Contributors

- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;771](actions/setup-go#771)

**Full Changelog**: <actions/setup-go@v6...v7.0.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9tYWpvciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/runner-k8s-plugin/pulls/84
eleboucher pushed a commit to eleboucher/apoci that referenced this pull request Jul 16, 2026
…(#141)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v6.5.0` → `v7.0.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v7.0.0`](https://github.com/actions/setup-go/releases/tag/v7.0.0)

[Compare Source](actions/setup-go@v6.5.0...v7.0.0)

#### What's Changed

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;763](actions/setup-go#763)
- chore(deps): bump [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;771](actions/setup-go#771)

#### New Contributors

- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;771](actions/setup-go#771)

**Full Changelog**: <actions/setup-go@v6...v7.0.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9tYWpvciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/apoci/pulls/141
eleboucher pushed a commit to eleboucher/talos-mcp that referenced this pull request Jul 16, 2026
…(#22)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v6.5.0` → `v7.0.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v7.0.0`](https://github.com/actions/setup-go/releases/tag/v7.0.0)

[Compare Source](actions/setup-go@v6.5.0...v7.0.0)

#### What's Changed

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;763](actions/setup-go#763)
- chore(deps): bump [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;771](actions/setup-go#771)

#### New Contributors

- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;771](actions/setup-go#771)

**Full Changelog**: <actions/setup-go@v6...v7.0.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9tYWpvciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/talos-mcp/pulls/22
fossyy added a commit to fossyy/tunnel-please that referenced this pull request Jul 19, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v7.0.0`](https://github.com/actions/setup-go/releases/tag/v7.0.0)

[Compare Source](actions/setup-go@v7.0.0...v7.0.0)

##### What's Changed

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;763](actions/setup-go#763)
- chore(deps): bump [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;771](actions/setup-go#771)

##### New Contributors

- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;771](actions/setup-go#771)

**Full Changelog**: <actions/setup-go@v6...v7.0.0>

### [`v7`](actions/setup-go@v6.5.0...v7.0.0)

[Compare Source](actions/setup-go@v6.5.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTcuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ny45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://git.fossy.my.id/bagas/tunnel-please/pulls/160
Co-authored-by: Renovate-Clanker <renovate-bot@fossy.my.id>
Co-committed-by: Renovate-Clanker <renovate-bot@fossy.my.id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants