Skip to content

chore(deps): bump actions/actions-runner from 2.331.0 to 2.332.0#56

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/docker/actions/actions-runner-2.332.0
Open

chore(deps): bump actions/actions-runner from 2.331.0 to 2.332.0#56
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/docker/actions/actions-runner-2.332.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps actions/actions-runner from 2.331.0 to 2.332.0.

Release notes

Sourced from actions/actions-runner's releases.

v2.332.0

What's Changed

New Contributors

Full Changelog: actions/runner@v2.331.0...v2.332.0

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-win-x64-2.332.0.zip -OutFile actions-runner-win-x64-2.332.0.zip
# Extract the installer
</tr></table> 

... (truncated)

Changelog

Sourced from actions/actions-runner's changelog.

What's Changed

New Contributors

Full Changelog: actions/runner@v2.331.0...v2.332.0

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v<RUNNER_VERSION>/actions-runner-win-x64-<RUNNER_VERSION>.zip -OutFile actions-runner-win-x64-<RUNNER_VERSION>.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
</tr></table> 

... (truncated)

Commits
  • a153d80 Update release version to 2.332.0
  • bc00800 Bump runner version to 2.332.0 and update release notes (#4264)
  • 86e2360 Bump @​stylistic/eslint-plugin from 3.1.0 to 5.9.0 in /src/Misc/expressionFunc...
  • 0fb7482 Bump minimatch in /src/Misc/expressionFunc/hashFiles (#4261)
  • 052dfbd Symlink actions cache (#4260)
  • ecb5f29 Composite Action Step Markers (#4243)
  • a2b2209 Update Node.js 20 deprecation date to June 2nd, 2026 (#4258)
  • 9426c35 Add Node.js 20 deprecation warning annotation (Phase 1) (#4242)
  • 72189aa Try to infer runner is on hosted/ghes when githuburl is empty. (#4254)
  • e012ab6 Fix link to SECURITY.md in README (#4253)
  • Additional commits viewable in compare view

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)

Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.331.0 to 2.332.0.
- [Release notes](https://github.com/actions/runner/releases)
- [Changelog](https://github.com/actions/runner/blob/main/releaseNote.md)
- [Commits](actions/runner@v2.331.0...v2.332.0)

---
updated-dependencies:
- dependency-name: actions/actions-runner
  dependency-version: 2.332.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Feb 26, 2026
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 docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants