Skip to content

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

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#756
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 (the current latest ESM line) and rebuilds the vendored dist/ bundles. This branch was rebased onto current main, which already moved to the ESM 6.x line, so the change is now a clean 6.1.0 -> 6.2.0 bump.

Logical changes:

  • Bump @actions/cache dependency to ^6.2.0 in package.json and update package-lock.json (resolves to 6.2.0).
  • Rebuild the vendored dist/setup and dist/cache-save ncc bundles so they embed the 6.2.0 client code.
  • Update the .licenses/ record for @actions/cache to 6.2.0 (license text is unchanged from 6.1.0).

Reference: @actions/cache 6.2.0 on npm.

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 <[email protected]>
Copilot-Session: a4005a74-ab24-4f47-a559-e9caf4870437
Co-authored-by: Copilot App <[email protected]>
Copilot-Session: a4005a74-ab24-4f47-a559-e9caf4870437
@philip-gai
philip-gai marked this pull request as ready for review 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 review requested due to automatic review settings July 15, 2026 19:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the action’s vendored caching client by bumping @actions/cache from ^5.1.0 to ^5.2.0 and regenerating the committed dist/ bundles so the runtime ships the updated toolkit code.

Changes:

  • Bump @actions/cache to ^5.2.0 in package.json and resolve package-lock.json to @actions/[email protected].
  • Rebuild the dist/setup and dist/cache-save ncc bundles to embed @actions/[email protected], including new behavior around ACTIONS_CACHE_MODE and read-denied handling.
  • Update the recorded dependency license metadata for @actions/cache to 5.2.0.
Show a summary per file
File Description
package.json Updates @actions/cache dependency range to ^5.2.0.
package-lock.json Locks @actions/cache to 5.2.0 with updated resolved/integrity metadata.
dist/setup/index.js Regenerated bundle embedding @actions/[email protected] behaviors (cache-mode gating, read-denied classification).
dist/cache-save/index.js Regenerated bundle embedding @actions/[email protected] behaviors (cache-mode gating, read-denied classification).
.licenses/npm/@actions/cache.dep.yml Updates tracked dependency version for licensing 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
Bump @actions/cache from ^6.1.0 to ^6.2.0, refresh the lockfile,
rebuild the dist bundle, and update the license record.

Co-authored-by: Copilot App <[email protected]>
Copilot-Session: 0025a82b-5990-4c08-851c-4570aa7f7bbf
@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 a98b568 into actions:main Jul 16, 2026
118 checks passed
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request Jul 19, 2026
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.4.0 to 6.0.0.
Release notes

*Sourced from [actions/setup-dotnet's releases](https://github.com/actions/setup-dotnet/releases).*

> v6.0.0
> ------
>
> What's Changed
> --------------
>
> * Migrate to ESM and upgrade dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-dotnet#752](https://redirect.github.com/actions/setup-dotnet/pull/752)
> * Bump actions/checkout from 6.0.3 to 7.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-dotnet#751](https://redirect.github.com/actions/setup-dotnet/pull/751)
> * chore(deps): bump `@​actions/cache` to 6.2.0 by [`@​philip-gai`](https://github.com/philip-gai) in [actions/setup-dotnet#756](https://redirect.github.com/actions/setup-dotnet/pull/756)
>
> New Contributors
> ----------------
>
> * [`@​philip-gai`](https://github.com/philip-gai) made their first contribution in [actions/setup-dotnet#756](https://redirect.github.com/actions/setup-dotnet/pull/756)
>
> **Full Changelog**: <actions/setup-dotnet@v5...v6.0.0>


Commits

* [`a98b568`](actions/setup-dotnet@a98b568) chore(deps): bump `@​actions/cache` to 6.2.0 ([#756](https://redirect.github.com/actions/setup-dotnet/issues/756))
* [`afb2931`](actions/setup-dotnet@afb2931) Bump actions/checkout from 6.0.3 to 7.0.0 ([#751](https://redirect.github.com/actions/setup-dotnet/issues/751))
* [`6df8cef`](actions/setup-dotnet@6df8cef) Migrate to ESM and upgrade dependencies ([#752](https://redirect.github.com/actions/setup-dotnet/issues/752))
* See full diff in [compare view](actions/setup-dotnet@26b0ec1...a98b568)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-dotnet&package-manager=github\_actions&previous-version=5.4.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
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