FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

⬆️ [ Docker ] (deps): Bump actions/actions-runner from 2.335.1 to 2.336.0 in the docker-minor-patch group by dependabot[bot] · Pull Request #33 · brixion/github-runner · GitHub

⬆️ [ Docker ] (deps): Bump actions/actions-runner from 2.335.1 to 2.336.0 in the docker-minor-patch group - #33

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/docker/docker-minor-patch-027fd44c19
Jul 21, 2026
Merged

⬆️ [ Docker ] (deps): Bump actions/actions-runner from 2.335.1 to 2.336.0 in the docker-minor-patch group#33
github-actions[bot] merged 1 commit into
mainfrom
dependabot/docker/docker-minor-patch-027fd44c19

Conversation

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the docker-minor-patch group with 1 update: actions/actions-runner.

Updates actions/actions-runner from 2.335.1 to 2.336.0

Release notes

Sourced from actions/actions-runner's releases.

v2.336.0

What's Changed

New Contributors

Full Changelog: actions/runner@v2.335.0...v2.336.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.336.0/actions-runner-win-x64-2.336.0.zip -OutFile actions-runner-win-x64-2.336.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.336.0.zip", "$PWD")

... (truncated)

Changelog

Sourced from actions/actions-runner's changelog.

What's Changed

New Contributors

Full Changelog: actions/runner@v2.335.0...v2.336.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 ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-<RUNNER_VERSION>.zip", "$PWD")

... (truncated)

Commits
  • 98aabcd Update releaseVersion
  • de4c288 Preparing runner release 2.336.0 (#4563)
  • c548023 Recreate session on RunnerSessionInvalid from broker (#4556)
  • 67cbf96 Cleanup session files on get message or session deleted error (#4551)
  • 802fd9c Exit ephemeral runners on broker acknowledge job-not-found (#4540)
  • 9d9b3c3 Allow checking DNS with api.gihub.com. (#4547)
  • 1d0011c do not cap migrated setting retry is exception is session conflict (#4557)
  • 32e89e2 Wait for worker to finish during cancel (#4553)
  • 8efad23 Setup Job: reword locked-dependencies log line to use lockfile language (#4550)
  • 9cd4f29 Setup Job: announce when running with locked dependencies (#4546)
  • 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

Bumps the docker-minor-patch group with 1 update: [actions/actions-runner](https://github.com/actions/runner).


Updates `actions/actions-runner` from 2.335.1 to 2.336.0
- [Release notes](https://github.com/actions/runner/releases)
- [Changelog](https://github.com/actions/runner/blob/main/releaseNote.md)
- [Commits](actions/runner@v2.335.1...v2.336.0)

---
updated-dependencies:
- dependency-name: actions/actions-runner
  dependency-version: 2.336.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot added the dependencies Dependencies related label Jul 21, 2026
github-actions Bot merged commit 8cf05d2 into main Jul 21, 2026
3 checks passed
github-actions Bot deleted the dependabot/docker/docker-minor-patch-027fd44c19 branch July 21, 2026 11:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants


Back | FazBrowse Home | New Git URL