Title: build(deps): bump actions/actions-runner from 2.328.0 to 2.329.0 in /src in the all-dependencies group by dependabot[bot] · Pull Request #6 · emberstack/github-actions-runner · GitHub
Open Graph Title: build(deps): bump actions/actions-runner from 2.328.0 to 2.329.0 in /src in the all-dependencies group by dependabot[bot] · Pull Request #6 · emberstack/github-actions-runner
X Title: build(deps): bump actions/actions-runner from 2.328.0 to 2.329.0 in /src in the all-dependencies group by dependabot[bot] · Pull Request #6 · emberstack/github-actions-runner
Description: Bumps the all-dependencies group in /src with 1 update: actions/actions-runner.
Updates actions/actions-runner from 2.328.0 to 2.329.0
Release notes
Sourced from actions/actions-runner's releases.
v2.329.0
What's Changed
Update safe_sleep.sh for bug when scheduler is paused for more than 1 second by @horner in actions/runner#3157
Acknowledge runner request by @ericsciple in actions/runner#3996
Update Docker to v28.3.3 and Buildx to v0.27.0 by @github-actions[bot] in actions/runner#3999
Update dotnet sdk to latest version @8.0.413 by @github-actions[bot] in actions/runner#4000
Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in actions/runner#4002
Bump @typescript-eslint/eslint-plugin from 6.7.2 to 8.35.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3920
Bump husky from 8.0.3 to 9.1.7 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3842
Bump @vercel/ncc from 0.38.0 to 0.38.3 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3841
Bump eslint-plugin-github from 4.10.0 to 4.10.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3180
Bump typescript from 5.2.2 to 5.9.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#4007
chore: migrate Husky config from v8 to v9 format by @salmanmkc in actions/runner#4003
Map RUNNER_TEMP for container action by @ericsciple in actions/runner#4011
Break UseV2Flow into UseV2Flow and UseRunnerAdminFlow. by @TingluoHuang in actions/runner#4013
Update Docker to v28.4.0 and Buildx to v0.28.0 by @github-actions[bot] in actions/runner#4020
Bump node.js to latest version in runner. by @TingluoHuang in actions/runner#4022
feat: add automated .NET dependency management workflow by @salmanmkc in actions/runner#4028
feat: add automated Docker BuildX dependency management workflow by @salmanmkc in actions/runner#4029
feat: add automated Node.js version management workflow by @salmanmkc in actions/runner#4026
feat: add comprehensive NPM security management workflow by @salmanmkc in actions/runner#4027
feat: add comprehensive dependency monitoring system by @salmanmkc in actions/runner#4025
Use BrokerURL when using RunnerAdmin by @luketomlinson in actions/runner#4044
Bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in actions/runner#4016
Bump actions/stale from 9 to 10 by @dependabot[bot] in actions/runner#4015
fix: prevent Node.js upgrade workflow from creating PRs with empty versions by @salmanmkc in actions/runner#4055
chore: update Node versions by @github-actions[bot] in actions/runner#4057
Bump actions/setup-node from 4 to 5 by @dependabot[bot] in actions/runner#4037
Bump Azure.Storage.Blobs from 12.25.0 to 12.25.1 by @dependabot[bot] in actions/runner#4058
Update Docker to v28.5.0 and Buildx to v0.29.1 by @github-actions[bot] in actions/runner#4069
Bump github/codeql-action from 3 to 4 by @dependabot[bot] in actions/runner#4072
chore: update Node versions by @github-actions[bot] in actions/runner#4075
Include k8s novolume (version v0.8.0) by @nikola-jokic in actions/runner#4063
Make sure runner-admin has both auth_url and auth_url_v2. by @TingluoHuang in actions/runner#4066
Report job has infra failure to run-service by @TingluoHuang in actions/runner#4073
Bump actions/setup-node from 5 to 6 by @dependabot[bot] in actions/runner#4078
New Contributors
@horner made their first contribution in actions/runner#3157
Full Changelog: actions/runner@v2.328.0...v2.329.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.
... (truncated)
Changelog
Sourced from actions/actions-runner's changelog.
What's Changed
Update safe_sleep.sh for bug when scheduler is paused for more than 1 second by @horner in actions/runner#3157
Acknowledge runner request by @ericsciple in actions/runner#3996
Update Docker to v28.3.3 and Buildx to v0.27.0 by @github-actions[bot] in actions/runner#3999
Update dotnet sdk to latest version @8.0.413 by @github-actions[bot] in actions/runner#4000
Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in actions/runner#4002
Bump @typescript-eslint/eslint-plugin from 6.7.2 to 8.35.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3920
Bump husky from 8.0.3 to 9.1.7 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3842
Bump @vercel/ncc from 0.38.0 to 0.38.3 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3841
Bump eslint-plugin-github from 4.10.0 to 4.10.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#3180
Bump typescript from 5.2.2 to 5.9.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions/runner#4007
chore: migrate Husky config from v8 to v9 format by @salmanmkc in actions/runner#4003
Map RUNNER_TEMP for container action by @ericsciple in actions/runner#4011
Break UseV2Flow into UseV2Flow and UseRunnerAdminFlow. by @TingluoHuang in actions/runner#4013
Update Docker to v28.4.0 and Buildx to v0.28.0 by @github-actions[bot] in actions/runner#4020
Bump node.js to latest version in runner. by @TingluoHuang in actions/runner#4022
feat: add automated .NET dependency management workflow by @salmanmkc in actions/runner#4028
feat: add automated Docker BuildX dependency management workflow by @salmanmkc in actions/runner#4029
feat: add automated Node.js version management workflow by @salmanmkc in actions/runner#4026
feat: add comprehensive NPM security management workflow by @salmanmkc in actions/runner#4027
feat: add comprehensive dependency monitoring system by @salmanmkc in actions/runner#4025
Use BrokerURL when using RunnerAdmin by @luketomlinson in actions/runner#4044
Bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in actions/runner#4016
Bump actions/stale from 9 to 10 by @dependabot[bot] in actions/runner#4015
fix: prevent Node.js upgrade workflow from creating PRs with empty versions by @salmanmkc in actions/runner#4055
chore: update Node versions by @github-actions[bot] in actions/runner#4057
Bump actions/setup-node from 4 to 5 by @dependabot[bot] in actions/runner#4037
Bump Azure.Storage.Blobs from 12.25.0 to 12.25.1 by @dependabot[bot] in actions/runner#4058
Update Docker to v28.5.0 and Buildx to v0.29.1 by @github-actions[bot] in actions/runner#4069
Bump github/codeql-action from 3 to 4 by @dependabot[bot] in actions/runner#4072
chore: update Node versions by @github-actions[bot] in actions/runner#4075
Include k8s novolume (version v0.8.0) by @nikola-jokic in actions/runner#4063
Make sure runner-admin has both auth_url and auth_url_v2. by @TingluoHuang in actions/runner#4066
Report job has infra failure to run-service by @TingluoHuang in actions/runner#4073
Bump actions/setup-node from 5 to 6 by @dependabot[bot] in actions/runner#4078
New Contributors
@horner made their first contribution in actions/runner#3157
Full Changelog: actions/runner@v2.328.0...v2.329.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:
... (truncated)
Commits
c76c599 Create 2.329.0 runner release.
ff775ca Prepare runner release v2.329.0 (#4079)
f74be39 Bump actions/setup-node from 5 to 6 (#4078)
1eb15f2 Report job has infra failure to run-service (#4073)
afe4fc8 Make sure runner-admin has both auth_url and auth_url_v2. (#4066)
a12731d Include k8s novolume (version v0.8.0) (#4063)
18f2450 chore: update Node versions (#4075)
2c5f29c Bump github/codeql-action from 3 to 4 (#4072)
c9de9a8 Update Docker to v28.5.0 and Buildx to v0.29.1 (#4069)
68ff57d Bump Azure.Storage.Blobs from 12.25.0 to 12.25.1 (#4058)
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 merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.328.0 to 2.329.0 Release notes Sourced from actions/actions-runner's relea...
X Description: Bumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.328.0 to 2.329.0 Release notes Sourced from actions/actions-runner's r...
Opengraph URL: https://github.com/emberstack/github-actions-runner/pull/6
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:cbcc4d79-5631-b99b-dba3-1601816977ce |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | EB84:330213:D47D50:1257F58:6A6255AD |
| html-safe-nonce | bc8e6d3db456026313b2249dc188f995ac76d7f9c21f9865971bd2879682661f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQjg0OjMzMDIxMzpENDdENTA6MTI1N0Y1ODo2QTYyNTVBRCIsInZpc2l0b3JfaWQiOiI3NTE3NTM2NDM3NDE4NDgxMDY5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 39d7c5794aa96a0a3e3d5c906c2bf55b7fcb9a6c73d3c8e5f9cbe08e01300cb9 |
| hovercard-subject-tag | pull_request:2915239581 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,actions,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/emberstack/github-actions-runner/pull/6/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.328.0 to 2.329.0 Release notes Sourced from actions/actions-runner's relea... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b928dd27bb9305f313c737471c216297e218430ec505d064cf33d7d74af9bf89 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/emberstack/github-actions-runner git https://github.com/emberstack/github-actions-runner.git |
| octolytics-dimension-user_id | 33608853 |
| octolytics-dimension-user_login | emberstack |
| octolytics-dimension-repository_id | 818950936 |
| octolytics-dimension-repository_nwo | emberstack/github-actions-runner |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 818950936 |
| octolytics-dimension-repository_network_root_nwo | emberstack/github-actions-runner |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 6f728c3f39985ee4d171ffdd5591d8d2652392d9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width