Skip to content

deps: bump the github-actions group with 3 updates#2

Merged
FrilLab merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-0f2d96765f
Jun 1, 2026
Merged

deps: bump the github-actions group with 3 updates#2
FrilLab merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-0f2d96765f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the github-actions group with 3 updates: actions/checkout, actions/setup-node and softprops/action-gh-release.

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

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 actions/setup-node from 4 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

Updates softprops/action-gh-release from 2 to 3

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

v2.6.2

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.6.2

v2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is set. It fixes [#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

v2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

... (truncated)

Changelog

Sourced from softprops/action-gh-release's changelog.

0.1.13

  • fix issue with multiple runs concatenating release bodies #145
Commits

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

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions and tooling versions used in continuous integration and release workflows to improve build reliability and compatibility with current standards.

Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2026

Labels

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

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

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 1, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This pull request updates GitHub Actions across the project's CI and release workflows. The CI workflow bumps actions/checkout and actions/setup-node from v4 to v6, while the release workflow performs the same upgrades plus bumps softprops/action-gh-release from v2 to v3.

Changes

GitHub Actions Version Updates

Layer / File(s) Summary
CI workflow action updates
.github/workflows/ci.yml
Rust Core job updates actions/checkout to v6; VSCode Extension job updates actions/checkout and actions/setup-node to v6.
Release workflow action updates
.github/workflows/release.yml
Package job updates actions/checkout and actions/setup-node to v6, and bumps softprops/action-gh-release to v3.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Actions updated, versions now bright,
From v4 and v2 to the new light,
Checkout and setup, release too,
Workflows polished, fresh and new! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: bumping three GitHub Actions versions in the github-actions group, which is the primary focus of both modified workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/github-actions-0f2d96765f

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/release.yml:
- Around line 18-20: Update the setup-node@v6 step in the release workflow to
explicitly enable npm caching and point to the correct lockfile: add with keys
"cache: npm" and "cache-dependency-path: apps/frilvault/package-lock.json" to
the setup-node@v6 configuration, and ensure the subsequent install step runs
"npm ci" from the apps/frilvault directory (e.g. by setting the
working-directory or running npm ci --prefix apps/frilvault) so caching is
applied correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2c83c323-f517-44b6-a19b-55ba21b6a161

📥 Commits

Reviewing files that changed from the base of the PR and between 071eca6 and 8faab4b.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml

Comment on lines +18 to 20
- uses: actions/setup-node@v6
with:
node-version: 22
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

actions/setup-node v6 cache behavior npm

💡 Result:

In actions/setup-node v6, caching for npm is now enabled automatically by default [1][2]. Key aspects of this behavior include: Automatic Activation: The action automatically detects your package manager. If your package.json contains either a top-level packageManager field or a devEngines.packageManager field set to npm, caching will be enabled without requiring the cache input [1][2]. Control via Input: This automatic behavior is controlled by the package-manager-cache input, which defaults to true [2][3]. You can explicitly disable this automatic caching by setting package-manager-cache: false [1][4]. Mechanism: Under the hood, the action uses actions/cache to cache the global npm cache directory (rather than node_modules) [4][5]. It relies on your lockfile (e.g., package-lock.json) to generate a unique hash for the cache key [4][6]. For optimal results in CI, it is recommended to use npm ci rather than npm install, as npm ci is designed to work directly with the lockfile and will benefit from the restored global cache [6][7]. Security: For workflows involving elevated privileges or access to sensitive information, it is recommended to set package-manager-cache: false if caching is not explicitly required for your operation [1][8]. Note on Lockfiles: The caching feature requires a lockfile to generate a cache key. If you do not use a lockfile, you should explicitly disable caching to avoid errors or unexpected behavior [4].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== release.yml (relevant section) ==="
nl -ba .github/workflows/release.yml | sed -n '1,120p'

echo "=== ci.yml (find setup-node@v6 cache config) ==="
if [ -f .github/workflows/ci.yml ]; then
  nl -ba .github/workflows/ci.yml | sed -n '1,160p'
  echo "=== grep for setup-node@v6 in ci.yml ==="
  rg -n "uses:\s*actions/setup-node@v6" .github/workflows/ci.yml || true
fi

echo "=== package.json packageManager fields ==="
if [ -f package.json ]; then
  cat package.json
else
  echo "package.json not found"
fi

echo "=== lockfiles present (top-level) ==="
ls -la | rg -n "package-lock\.json|yarn\.lock|pnpm-lock\.yaml|npm-shrinkwrap\.json|package\.json" || true

Repository: FrilLab/frilvault

Length of output: 161


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== release.yml (lines 1-120) ==="
awk '{print NR "\t" $0}' .github/workflows/release.yml | sed -n '1,160p'

echo "=== ci.yml (lines 1-220 if present) ==="
if [ -f .github/workflows/ci.yml ]; then
  awk '{print NR "\t" $0}' .github/workflows/ci.yml | sed -n '1,240p'
  echo "=== grep for setup-node@v6 in ci.yml ==="
  rg -n "uses:\s*actions/setup-node@v6" .github/workflows/ci.yml || true
else
  echo "ci.yml not found"
fi

echo "=== check package.json packageManager fields ==="
if [ -f package.json ]; then
  cat package.json
else
  echo "package.json not found"
fi

echo "=== lockfiles present (top-level) ==="
ls -la | rg -n "package-lock\.json|yarn\.lock|pnpm-lock\.yaml|npm-shrinkwrap\.json|bun.lockb|package\.json" || true

Repository: FrilLab/frilvault

Length of output: 2349


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== package-lock.json locations ==="
fd -a "package-lock.json" . || true

echo "=== pnpm/yarn lock locations (just in case) ==="
fd -a "pnpm-lock.yaml" . || true
fd -a "yarn.lock" . || true

echo "=== package.json locations (top few) ==="
fd -a "package.json" . | head -n 50

echo "=== show apps/frilvault/package.json (if exists) ==="
if [ -f apps/frilvault/package.json ]; then
  cat apps/frilvault/package.json
else
  echo "apps/frilvault/package.json not found"
fi

echo "=== show apps/frilvault/package-lock.json (top fields only) ==="
if [ -f apps/frilvault/package-lock.json ]; then
  head -n 40 apps/frilvault/package-lock.json
else
  echo "apps/frilvault/package-lock.json not found"
fi

Repository: FrilLab/frilvault

Length of output: 3052


🌐 Web query:

actions/setup-node@v6 package-manager-cache automatic caching detection conditions packageManager field devEngines.packageManager lockfile

💡 Result:

In actions/setup-node@v6, automatic caching is natively supported and enabled by default for npm projects [1][2]. Detection Conditions: The action automatically detects and enables caching for npm when no explicit cache input is provided, provided that one of the following conditions is met in the package.json file: - The top-level packageManager field is set to npm [1][3]. - The devEngines.packageManager field is set to npm [1][2]. If your package.json does not include a packageManager field set to npm, automatic caching will be disabled unless you explicitly enable it using the cache input [1][4]. For other package managers like Yarn or pnpm, caching is disabled by default and must always be configured manually via the cache input [1][2]. Control and Security: - The automatic caching behavior is controlled by the package-manager-cache input, which defaults to true [1][2]. - To disable automatic caching (e.g., for security reasons in workflows with elevated privileges or sensitive information, or when operating without a lockfile), set package-manager-cache: false [1][5]. - The cache mechanism relies on the presence of a lockfile (e.g., package-lock.json) to generate a unique cache key [5][2]. It is strongly recommended to commit the lockfile to version control [4][2]. Note that for workflows that require specific cache paths or multiple dependency files (such as in monorepos), you should use the cache-dependency-path input to ensure the correct files are hashed for the cache key [2][6].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== top-level package.json/package-lock.json ==="
ls -la | rg -n "package\.json|package-lock\.json" || true

echo "=== check for any package-lock.json at repo root level only ==="
find . -maxdepth 2 -type f -name "package-lock.json" -print

echo "=== check for any package.json at repo root level only ==="
find . -maxdepth 2 -type f -name "package.json" -print

Repository: FrilLab/frilvault

Length of output: 233


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== All package-lock.json files ==="
find . -type f -name "package-lock.json" -print

echo "=== All package.json files (top-level to depth 3) ==="
find . -maxdepth 3 -type f -name "package.json" -print

Repository: FrilLab/frilvault

Length of output: 216


Fix npm caching configuration in the release workflow (setup-node@v6)
setup-node@v6 only auto-enables npm caching when the workflow’s package.json declares packageManager/devEngines.packageManager as npm; in release.yml the step runs from repo root (no root package.json/package-lock.json), while the only lockfile is apps/frilvault/package-lock.json. Update the setup-node@v6 step to match CI by adding cache: npm and cache-dependency-path: apps/frilvault/package-lock.json (and ensure npm ci runs in apps/frilvault).

🧰 Tools
🪛 zizmor (1.25.2)

[error] 18-18: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)

(unpinned-uses)


[error] 18-18: runtime artifacts potentially vulnerable to a cache poisoning attack (cache-poisoning): enables caching by default

(cache-poisoning)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/release.yml around lines 18 - 20, Update the setup-node@v6
step in the release workflow to explicitly enable npm caching and point to the
correct lockfile: add with keys "cache: npm" and "cache-dependency-path:
apps/frilvault/package-lock.json" to the setup-node@v6 configuration, and ensure
the subsequent install step runs "npm ci" from the apps/frilvault directory
(e.g. by setting the working-directory or running npm ci --prefix
apps/frilvault) so caching is applied correctly.

@FrilLab FrilLab merged commit 52d6482 into main Jun 1, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-0f2d96765f branch June 1, 2026 10:37
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.

1 participant