{"id":"src_MMZseazQML6qIBcYFbNES","slug":"github-actions-runner","name":"Actions Runner","type":"github","url":"https://github.com/actions/runner","orgId":"org_yHXqOMVbbu9cGxfhqO8Fd","org":{"slug":"github","name":"GitHub"},"isPrimary":false,"metadata":"{\"evaluatedMethod\":\"github\",\"evaluatedAt\":\"2026-04-07T23:42:21.013Z\",\"changelogDetectedAt\":\"2026-04-16T15:06:20.296Z\"}","releaseCount":100,"releasesLast30Days":1,"avgReleasesPerWeek":0.2,"latestVersion":"v2.333.1","latestDate":"2026-03-27T17:01:07.000Z","changelogUrl":null,"hasChangelogFile":false,"lastFetchedAt":"2026-04-18T14:05:37.464Z","trackingSince":"2021-07-21T15:58:15.000Z","releases":[{"id":"rel_xpCAPXudxtBzGSQ1JghoE","version":"v2.333.1","title":"v2.333.1","summary":"## What's Changed\n* Remove AllowCaseFunction feature flag by @ericsciple in https://github.com/actions/runner/pull/4316\n\n**Full Changelog**: https://g...","content":"## What's Changed\n* Remove AllowCaseFunction feature flag by @ericsciple in https://github.com/actions/runner/pull/4316\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.333.0...v2.333.1\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-win-x64-2.333.1.zip -OutFile actions-runner-win-x64-2.333.1.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.333.1.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-win-arm64-2.333.1.zip -OutFile actions-runner-win-arm64-2.333.1.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.333.1.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-osx-x64-2.333.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.333.1.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-osx-arm64-2.333.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.333.1.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-linux-x64-2.333.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.333.1.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-linux-arm64-2.333.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.333.1.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.1/actions-runner-linux-arm-2.333.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.333.1.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.333.1.zip <!-- BEGIN SHA win-x64 -->d0c4fcb91f8f0754d478db5d61db533bba14cad6c4676a9b93c0b7c2a3969aa0<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.333.1.zip <!-- BEGIN SHA win-arm64 -->c665c4ce2bf1d79e1ce49051d91a9e84822a19891ceb442bdaae9fb0d82eb642<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.333.1.tar.gz <!-- BEGIN SHA osx-x64 -->e3be55b41452befae65ae032c10df4d8cc6a1926514ef837c45a04f18d11d9d9<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.333.1.tar.gz <!-- BEGIN SHA osx-arm64 -->69d8c30aff69592fd0e3da6db1a477506ae5942cd438967f098bbdbc4e954c90<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.333.1.tar.gz <!-- BEGIN SHA linux-x64 -->18f8f68ed1892854ff2ab1bab4fcaa2f5abeedc98093b6cb13638991725cab74<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.333.1.tar.gz <!-- BEGIN SHA linux-arm64 -->69ac7e5692f877189e7dddf4a1bb16cbbd6425568cd69a0359895fac48b9ad3b<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.333.1.tar.gz <!-- BEGIN SHA linux-arm -->26d89c7b08685ab6aa9155e062ad60a3f63cb571b7510eadbc723b2f7e4c9f8b<!-- END SHA linux-arm -->","publishedAt":"2026-03-27T17:01:07.000Z","url":"https://github.com/actions/runner/releases/tag/v2.333.1","media":[]},{"id":"rel_ltzlRi5XG63yb-kPmB8K7","version":"v2.333.0","title":"v2.333.0","summary":"## What's Changed\n* Log inner exception message. by @TingluoHuang in https://github.com/actions/runner/pull/4265\n* Fix composite post-step marker disp...","content":"## What's Changed\n* Log inner exception message. by @TingluoHuang in https://github.com/actions/runner/pull/4265\n* Fix composite post-step marker display names by @ericsciple in https://github.com/actions/runner/pull/4267\n* Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in https://github.com/actions/runner/pull/4269\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4272\n* Avoid throw in SelfUpdaters. by @TingluoHuang in https://github.com/actions/runner/pull/4274\n* Fix parser comparison mismatches by @ericsciple in https://github.com/actions/runner/pull/4273\n* Devcontainer: bump base image Ubuntu version by @MaxHorstmann in https://github.com/actions/runner/pull/4277\n* Support `entrypoint` and `command` for service containers by @ericsciple in https://github.com/actions/runner/pull/4276\n* Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/actions/runner/pull/4270\n* Bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/actions/runner/pull/4278\n* Fix positional arg bug in ExpressionParser.CreateTree by @ericsciple in https://github.com/actions/runner/pull/4279\n* Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in https://github.com/actions/runner/pull/4283\n* Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/actions/runner/pull/4282\n* Bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in https://github.com/actions/runner/pull/4266\n* Bump @stylistic/eslint-plugin from 5.9.0 to 5.10.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4281\n* Update Docker to v29.3.0 and Buildx to v0.32.1 by @github-actions[bot] in https://github.com/actions/runner/pull/4286\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4287\n* Fix cancellation token race during parser comparison by @ericsciple in https://github.com/actions/runner/pull/4280\n* Bump @typescript-eslint/eslint-plugin from 8.47.0 to 8.54.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4230\n* Exit with specified exit code when runner is outdated by @nikola-jokic in https://github.com/actions/runner/pull/4285\n* Report infra_error for action download failures. by @TingluoHuang in https://github.com/actions/runner/pull/4294\n* Update dotnet sdk to latest version @8.0.419 by @github-actions[bot] in https://github.com/actions/runner/pull/4301\n* Node 24 enforcement + Linux ARM32 deprecation support by @salmanmkc in https://github.com/actions/runner/pull/4303\n* Bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.57.1 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4304\n\n## New Contributors\n* @MaxHorstmann made their first contribution in https://github.com/actions/runner/pull/4277\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.332.0...v2.333.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-win-x64-2.333.0.zip -OutFile actions-runner-win-x64-2.333.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.333.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-win-arm64-2.333.0.zip -OutFile actions-runner-win-arm64-2.333.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.333.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-osx-x64-2.333.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.333.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-osx-arm64-2.333.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.333.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-linux-x64-2.333.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.333.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-linux-arm64-2.333.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.333.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-linux-arm-2.333.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.333.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.333.0.zip <!-- BEGIN SHA win-x64 -->7176d0c4b674d4108b515503a53b4bc9eeab9339c645e274a97c142fe1c64b95<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.333.0.zip <!-- BEGIN SHA win-arm64 -->a84e324e0c46b983a5eeb517260aee14e4fbb13968371f7b269da62c8639186d<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.333.0.tar.gz <!-- BEGIN SHA osx-x64 -->2b0ba7df7be9b9c36b4b86c19539b3a8be027ce926610b71606a6e445197094b<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.333.0.tar.gz <!-- BEGIN SHA osx-arm64 -->d92ea082bede9616120800b0e4a09f1aa209c922ade05d59bc3ee7c4de56f73c<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.333.0.tar.gz <!-- BEGIN SHA linux-x64 -->7ce6b3fd8f879797fcc252c2918a23e14a233413dc6e6ab8e0ba8768b5d54475<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.333.0.tar.gz <!-- BEGIN SHA linux-arm64 -->b5697062a13f63b44f869de9369638a7039677b9e0f87e47a6001a758c0d09bf<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.333.0.tar.gz <!-- BEGIN SHA linux-arm -->370383a927b3fb61f5b892e0f87eda277b6826eec3dbd17d320f8a472560cec8<!-- END SHA linux-arm -->","publishedAt":"2026-03-18T17:30:37.000Z","url":"https://github.com/actions/runner/releases/tag/v2.333.0","media":[]},{"id":"rel_AiQ0AsZq3-4AscC2UsE28","version":"v2.332.0","title":"v2.332.0","summary":"## What's Changed\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4200\n* Update dotnet sdk to latest v...","content":"## What's Changed\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4200\n* Update dotnet sdk to latest version @8.0.417 by @github-actions[bot] in https://github.com/actions/runner/pull/4201\n* Bump System.Formats.Asn1 and System.Security.Cryptography.Pkcs by @dependabot[bot] in https://github.com/actions/runner/pull/4202\n* Allow empty container options by @ericsciple in https://github.com/actions/runner/pull/4208\n* Update Docker to v29.1.5 and Buildx to v0.31.0 by @github-actions[bot] in https://github.com/actions/runner/pull/4212\n* Report job level annotations by @TingluoHuang in https://github.com/actions/runner/pull/4216\n* Fix local action display name showing `Run /./` instead of `Run ./` by @ericsciple in https://github.com/actions/runner/pull/4218\n* Update Docker to v29.2.0 and Buildx to v0.31.1 by @github-actions[bot] in https://github.com/actions/runner/pull/4219\n* Add support for libssl3 and libssl3t64 for newer Debian/Ubuntu versions by @nekketsuuu in https://github.com/actions/runner/pull/4213\n* Validate work dir during runner start up. by @TingluoHuang in https://github.com/actions/runner/pull/4227\n* Bump hook to 0.8.1 by @nikola-jokic in https://github.com/actions/runner/pull/4222\n* Support return job result as exitcode in hosted runner. by @TingluoHuang in https://github.com/actions/runner/pull/4233\n* Add telemetry tracking for deprecated set-output and save-state commands by @ericsciple in https://github.com/actions/runner/pull/4221\n* Fix parser comparison mismatches by @ericsciple in https://github.com/actions/runner/pull/4220\n* Remove unnecessary connection test during some registration flows by @zarenner in https://github.com/actions/runner/pull/4244\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4249\n* Update dotnet sdk to latest version @8.0.418 by @github-actions[bot] in https://github.com/actions/runner/pull/4250\n* Fix link to SECURITY.md in README by @TingluoHuang in https://github.com/actions/runner/pull/4253\n* Try to infer runner is on hosted/ghes when githuburl is empty. by @TingluoHuang in https://github.com/actions/runner/pull/4254\n* Add Node.js 20 deprecation warning annotation (Phase 1) by @salmanmkc in https://github.com/actions/runner/pull/4242\n* Update Node.js 20 deprecation date to June 2nd, 2026 by @salmanmkc in https://github.com/actions/runner/pull/4258\n* Composite Action Step Markers by @ericsciple in https://github.com/actions/runner/pull/4243\n* Symlink actions cache by @paveliak in https://github.com/actions/runner/pull/4260\n* Bump minimatch in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4261\n* Bump @stylistic/eslint-plugin from 3.1.0 to 5.9.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4257\n\n## New Contributors\n* @nekketsuuu made their first contribution in https://github.com/actions/runner/pull/4213\n* @zarenner made their first contribution in https://github.com/actions/runner/pull/4244\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.331.0...v2.332.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-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\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.332.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-win-arm64-2.332.0.zip -OutFile actions-runner-win-arm64-2.332.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.332.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-osx-x64-2.332.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.332.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-osx-arm64-2.332.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.332.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-linux-x64-2.332.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.332.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-linux-arm64-2.332.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.332.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.332.0/actions-runner-linux-arm-2.332.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.332.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.332.0.zip <!-- BEGIN SHA win-x64 -->83e56e05b21eb58c9697f82e52c53b30867335ff039cd5d44d1a1a24d2149f4b<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.332.0.zip <!-- BEGIN SHA win-arm64 -->e7dced5dcf8e8492ec24eb16446047ddccecdb55625f9f6738a96fa9da1bd7f6<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.332.0.tar.gz <!-- BEGIN SHA osx-x64 -->99755a4f48d81da8d6a59bad6a3216a49394f41d2c842c39f921a1592d7d0733<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.332.0.tar.gz <!-- BEGIN SHA osx-arm64 -->d53bedb30619a64e751bb9f729cc9e9b35eb1df5361651d54daae00db33f2e73<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.332.0.tar.gz <!-- BEGIN SHA linux-x64 -->f2094522a6b9afeab07ffb586d1eb3f190b6457074282796c497ce7dce9e0f2a<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.332.0.tar.gz <!-- BEGIN SHA linux-arm64 -->b72f0599cdbd99dd9513ab64fcb59e424fc7359c93b849e8f5efdd5a72f743a6<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.332.0.tar.gz <!-- BEGIN SHA linux-arm -->84ac6dda50f941c7bc4952a20af0c4147caa96bdb2cb2494e7a5eb630d63753b<!-- END SHA linux-arm -->","publishedAt":"2026-02-25T13:52:08.000Z","url":"https://github.com/actions/runner/releases/tag/v2.332.0","media":[]},{"id":"rel_51HEV8BRfnr90DbqMAyM2","version":"v2.331.0","title":"v2.331.0","summary":"## What's Changed\n* Fix owner of /home/runner directory by @nikola-jokic in https://github.com/actions/runner/pull/4132\n* Update Docker to v29.0.2 and...","content":"## What's Changed\n* Fix owner of /home/runner directory by @nikola-jokic in https://github.com/actions/runner/pull/4132\n* Update Docker to v29.0.2 and Buildx to v0.30.1 by @github-actions[bot] in https://github.com/actions/runner/pull/4135\n* Update workflow around runner docker image. by @TingluoHuang in https://github.com/actions/runner/pull/4133\n* Fix regex for validating runner version format by @TingluoHuang in https://github.com/actions/runner/pull/4136\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4144\n* Ensure safe_sleep tries alternative approaches by @TingluoHuang in https://github.com/actions/runner/pull/4146\n* Bump actions/github-script from 7 to 8 by @dependabot[bot] in https://github.com/actions/runner/pull/4137\n* Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/actions/runner/pull/4130\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4149\n* Bump docker image to use ubuntu 24.04 by @TingluoHuang in https://github.com/actions/runner/pull/4018\n* Add support for case function by @AllanGuigou in https://github.com/actions/runner/pull/4147\n* Cleanup feature flag actions_container_action_runner_temp by @ericsciple in https://github.com/actions/runner/pull/4163\n* Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/actions/runner/pull/4155\n* Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/actions/runner/pull/4157\n* Set ACTIONS_ORCHESTRATION_ID as env to actions. by @TingluoHuang in https://github.com/actions/runner/pull/4178\n* Allow hosted VM report job telemetry via .setup_info file. by @TingluoHuang in https://github.com/actions/runner/pull/4186\n* Bump typescript from 5.9.2 to 5.9.3 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4184\n* Bump Azure.Storage.Blobs from 12.26.0 to 12.27.0 by @dependabot[bot] in https://github.com/actions/runner/pull/4189\n\n## New Contributors\n* @AllanGuigou made their first contribution in https://github.com/actions/runner/pull/4147\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.330.0...v2.331.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-win-x64-2.331.0.zip -OutFile actions-runner-win-x64-2.331.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.331.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-win-arm64-2.331.0.zip -OutFile actions-runner-win-arm64-2.331.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.331.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-osx-x64-2.331.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.331.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-osx-arm64-2.331.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.331.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-linux-x64-2.331.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.331.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-linux-arm64-2.331.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.331.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.331.0/actions-runner-linux-arm-2.331.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.331.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.331.0.zip <!-- BEGIN SHA win-x64 -->473e74b86cd826e073f1c1f2c004d3fb9e6c9665d0d51710a23e5084a601c78a<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.331.0.zip <!-- BEGIN SHA win-arm64 -->12ac57b6e00acb308e3b53f1d34e81af64461084672630a41b9cfc05f6dc0ca2<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.331.0.tar.gz <!-- BEGIN SHA osx-x64 -->0bcba2dd55eb429620f3184cebaa2e403e99dbf2b621e5858203c3aca3900878<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.331.0.tar.gz <!-- BEGIN SHA osx-arm64 -->6f56ce368b09041f83c5ded4d0fb83b08d9a28e22300a2ce5cb1ed64e67ea47c<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.331.0.tar.gz <!-- BEGIN SHA linux-x64 -->5fcc01bd546ba5c3f1291c2803658ebd3cedb3836489eda3be357d41bfcf28a7<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.331.0.tar.gz <!-- BEGIN SHA linux-arm64 -->f5863a211241436186723159a111f352f25d5d22711639761ea24c98caef1a9a<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.331.0.tar.gz <!-- BEGIN SHA linux-arm -->f233d41c2080d9c8ae7533857c4ff6a3d3d7102632ce441fc400e0339c5b76cc<!-- END SHA linux-arm -->","publishedAt":"2026-01-09T17:26:04.000Z","url":"https://github.com/actions/runner/releases/tag/v2.331.0","media":[]},{"id":"rel_KVoXSvqhOf1FEurMhVgWL","version":"v2.330.0","title":"v2.330.0","summary":"## What's Changed\n* Custom Image: Preflight checks by @lawrencegripper in https://github.com/actions/runner/pull/4081\n* Update dotnet sdk to latest ve...","content":"## What's Changed\n* Custom Image: Preflight checks by @lawrencegripper in https://github.com/actions/runner/pull/4081\n* Update dotnet sdk to latest version @8.0.415 by @github-actions[bot] in https://github.com/actions/runner/pull/4080\n* Link to an extant discussion category by @jsoref in https://github.com/actions/runner/pull/4084\n* Improve logic around decide IsHostedServer. by @TingluoHuang in https://github.com/actions/runner/pull/4086\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4093\n* Compare updated template evaluator by @ericsciple in https://github.com/actions/runner/pull/4092\n* fix(dockerfile): set more lenient permissions on /home/runner by @caxu-rh in https://github.com/actions/runner/pull/4083\n* Add support for libicu73-76 for newer Debian/Ubuntu versions by @lets-build-an-ocean in https://github.com/actions/runner/pull/4098\n* Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in https://github.com/actions/runner/pull/4089\n* Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/actions/runner/pull/4088\n* Bump Azure.Storage.Blobs from 12.25.1 to 12.26.0 by @dependabot[bot] in https://github.com/actions/runner/pull/4077\n* Only start runner after network is online by @dupondje in https://github.com/actions/runner/pull/4094\n* Retry http error related to DNS resolution failure. by @TingluoHuang in https://github.com/actions/runner/pull/4110\n* Update Docker to v29.0.1 and Buildx to v0.30.0 by @github-actions[bot] in https://github.com/actions/runner/pull/4114\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4115\n* Update dotnet sdk to latest version @8.0.416 by @github-actions[bot] in https://github.com/actions/runner/pull/4116\n* Compare updated workflow parser for ActionManifestManager by @ericsciple in https://github.com/actions/runner/pull/4111\n* Bump npm pkg version for hashFiles. by @TingluoHuang in https://github.com/actions/runner/pull/4122\n\n## New Contributors\n* @lawrencegripper made their first contribution in https://github.com/actions/runner/pull/4081\n* @caxu-rh made their first contribution in https://github.com/actions/runner/pull/4083\n* @lets-build-an-ocean made their first contribution in https://github.com/actions/runner/pull/4098\n* @dupondje made their first contribution in https://github.com/actions/runner/pull/4094\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.329.0...v2.330.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-win-x64-2.330.0.zip -OutFile actions-runner-win-x64-2.330.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.330.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-win-arm64-2.330.0.zip -OutFile actions-runner-win-arm64-2.330.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.330.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-osx-x64-2.330.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.330.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-osx-arm64-2.330.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.330.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-linux-x64-2.330.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.330.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-linux-arm64-2.330.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.330.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.330.0/actions-runner-linux-arm-2.330.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.330.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.330.0.zip <!-- BEGIN SHA win-x64 -->a7469e7f2949657327fdd75688fd8858e1352202847d024d68b93de033990779<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.330.0.zip <!-- BEGIN SHA win-arm64 -->d6b713c83263e2498931488079a3a20770d4a205a47fac51da86026e45754596<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.330.0.tar.gz <!-- BEGIN SHA osx-x64 -->40a32b7b87e25b76b595e201e0af376fcb1c3b7838fe21452909756090473ea9<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.330.0.tar.gz <!-- BEGIN SHA osx-arm64 -->e7515e45f6de15e37e6f1667bb2f962fb535a86689af1f9b219860300d06de1b<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.330.0.tar.gz <!-- BEGIN SHA linux-x64 -->af5c33fa94f3cc33b8e97937939136a6b04197e6dadfcfb3b6e33ae1bf41e79a<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.330.0.tar.gz <!-- BEGIN SHA linux-arm64 -->9cb43527912086c7c8fb4119cb06409fcbcbd6f93a2d8507f30b07c495620f5c<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.330.0.tar.gz <!-- BEGIN SHA linux-arm -->2bb261a52054e08cbfe899a47e7a8ce97267eb73bc30282cc718d2620b320f6a<!-- END SHA linux-arm -->","publishedAt":"2025-11-19T14:38:48.000Z","url":"https://github.com/actions/runner/releases/tag/v2.330.0","media":[]},{"id":"rel_g99oTZ4PwZ5iw9Bkmabke","version":"v2.329.0","title":"v2.329.0","summary":"## What's Changed\n* Update safe_sleep.sh for bug when scheduler is paused for more than 1 second by @horner in https://github.com/actions/runner/pull/...","content":"## What's Changed\n* Update safe_sleep.sh for bug when scheduler is paused for more than 1 second by @horner in https://github.com/actions/runner/pull/3157\n* Acknowledge runner request by @ericsciple in https://github.com/actions/runner/pull/3996\n* Update Docker to v28.3.3 and Buildx to v0.27.0 by @github-actions[bot] in https://github.com/actions/runner/pull/3999\n* Update dotnet sdk to latest version @8.0.413 by @github-actions[bot] in https://github.com/actions/runner/pull/4000\n* Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in https://github.com/actions/runner/pull/4002\n* Bump @typescript-eslint/eslint-plugin from 6.7.2 to 8.35.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/3920\n* Bump husky from 8.0.3 to 9.1.7 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/3842\n* Bump @vercel/ncc from 0.38.0 to 0.38.3 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/3841\n* Bump eslint-plugin-github from 4.10.0 to 4.10.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/3180\n* Bump typescript from 5.2.2 to 5.9.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in https://github.com/actions/runner/pull/4007\n* chore: migrate Husky config from v8 to v9 format by @salmanmkc in https://github.com/actions/runner/pull/4003\n* Map RUNNER_TEMP for container action by @ericsciple in https://github.com/actions/runner/pull/4011\n* Break UseV2Flow into UseV2Flow and UseRunnerAdminFlow. by @TingluoHuang in https://github.com/actions/runner/pull/4013\n* Update Docker to v28.4.0 and Buildx to v0.28.0 by @github-actions[bot] in https://github.com/actions/runner/pull/4020\n* Bump node.js to latest version in runner. by @TingluoHuang in https://github.com/actions/runner/pull/4022\n* feat: add automated .NET dependency management workflow by @salmanmkc in https://github.com/actions/runner/pull/4028\n* feat: add automated Docker BuildX dependency management workflow by @salmanmkc in https://github.com/actions/runner/pull/4029\n* feat: add automated Node.js version management workflow by @salmanmkc in https://github.com/actions/runner/pull/4026\n* feat: add comprehensive NPM security management workflow by @salmanmkc in https://github.com/actions/runner/pull/4027\n* feat: add comprehensive dependency monitoring system by @salmanmkc in https://github.com/actions/runner/pull/4025\n* Use BrokerURL when using RunnerAdmin by @luketomlinson in https://github.com/actions/runner/pull/4044\n* Bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in https://github.com/actions/runner/pull/4016\n* Bump actions/stale from 9 to 10 by @dependabot[bot] in https://github.com/actions/runner/pull/4015\n* fix: prevent Node.js upgrade workflow from creating PRs with empty versions by @salmanmkc in https://github.com/actions/runner/pull/4055\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4057\n* Bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/actions/runner/pull/4037\n* Bump Azure.Storage.Blobs from 12.25.0 to 12.25.1 by @dependabot[bot] in https://github.com/actions/runner/pull/4058\n* Update Docker to v28.5.0 and Buildx to v0.29.1 by @github-actions[bot] in https://github.com/actions/runner/pull/4069\n* Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/actions/runner/pull/4072\n* chore: update Node versions by @github-actions[bot] in https://github.com/actions/runner/pull/4075\n* Include k8s novolume (version v0.8.0) by @nikola-jokic in https://github.com/actions/runner/pull/4063\n* Make sure runner-admin has both auth_url and auth_url_v2. by @TingluoHuang in https://github.com/actions/runner/pull/4066\n* Report job has infra failure to run-service by @TingluoHuang in https://github.com/actions/runner/pull/4073\n* Bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/actions/runner/pull/4078\n\n## New Contributors\n* @horner made their first contribution in https://github.com/actions/runner/pull/3157\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.328.0...v2.329.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-win-x64-2.329.0.zip -OutFile actions-runner-win-x64-2.329.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.329.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-win-arm64-2.329.0.zip -OutFile actions-runner-win-arm64-2.329.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.329.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-osx-x64-2.329.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.329.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-osx-arm64-2.329.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.329.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-linux-x64-2.329.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.329.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-linux-arm64-2.329.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.329.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.329.0/actions-runner-linux-arm-2.329.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.329.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.329.0.zip <!-- BEGIN SHA win-x64 -->f60be5ddf373c52fd735388c3478536afd12bfd36d1d0777c6b855b758e70f25<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.329.0.zip <!-- BEGIN SHA win-arm64 -->68c38a172b569ba7290136f3051e28aca4e1a0a3d40e68ec352d100907c2e927<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.329.0.tar.gz <!-- BEGIN SHA osx-x64 -->c5a14e84b358c72ca83bf14518e004a8ad195cc440322fbca2a4fec7649035c7<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.329.0.tar.gz <!-- BEGIN SHA osx-arm64 -->50c0d409040cc52e701ac1d5afb4672cb7803a65c1292a30e96c42051dfa690f<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.329.0.tar.gz <!-- BEGIN SHA linux-x64 -->194f1e1e4bd02f80b7e9633fc546084d8d4e19f3928a324d512ea53430102e1d<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.329.0.tar.gz <!-- BEGIN SHA linux-arm64 -->56768348b3d643a6a29d4ad71e9bdae0dc0ef1eb01afe0f7a8ee097b039bfaaf<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.329.0.tar.gz <!-- BEGIN SHA linux-arm -->b958284b8af869bd6d3542210fbd23702449182ba1c2b1b1eef575913434f13a<!-- END SHA linux-arm -->","publishedAt":"2025-10-14T14:57:30.000Z","url":"https://github.com/actions/runner/releases/tag/v2.329.0","media":[]},{"id":"rel_JJ0yCT8tSRN10fWTulc8G","version":"v2.328.0","title":"v2.328.0","summary":"## What's Changed\n* Update Docker to v28.3.2 and Buildx to v0.26.1 by @github-actions[bot] in https://github.com/actions/runner/pull/3953\n* Fix if sta...","content":"## What's Changed\n* Update Docker to v28.3.2 and Buildx to v0.26.1 by @github-actions[bot] in https://github.com/actions/runner/pull/3953\n* Fix if statement structure in update script and variable reference by @salmanmkc in https://github.com/actions/runner/pull/3956\n* Add V2 flow for runner deletion by @Samirat in https://github.com/actions/runner/pull/3954\n* Node 20 -> Node 24 migration feature flagging, opt-in and opt-out environment variables by @salmanmkc in https://github.com/actions/runner/pull/3948\n* Update Node20 and Node24 to latest by @djs-intel in https://github.com/actions/runner/pull/3972\n* Redirect supported OS doc section to current public Docs location by @corycalahan in https://github.com/actions/runner/pull/3979\n* Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by @dependabot[bot] in https://github.com/actions/runner/pull/3975\n* Bump Azure.Storage.Blobs from 12.24.0 to 12.25.0 by @dependabot[bot] in https://github.com/actions/runner/pull/3974\n* Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/actions/runner/pull/3973\n* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/actions/runner/pull/3982\n\n## New Contributors\n* @Samirat made their first contribution in https://github.com/actions/runner/pull/3954\n* @djs-intel made their first contribution in https://github.com/actions/runner/pull/3972\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.327.1...v2.328.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-win-x64-2.328.0.zip -OutFile actions-runner-win-x64-2.328.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.328.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-win-arm64-2.328.0.zip -OutFile actions-runner-win-arm64-2.328.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.328.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-osx-x64-2.328.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.328.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-osx-arm64-2.328.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.328.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-linux-x64-2.328.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.328.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-linux-arm64-2.328.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.328.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-linux-arm-2.328.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.328.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.328.0.zip <!-- BEGIN SHA win-x64 -->a73ae192b8b2b782e1d90c08923030930b0b96ed394fe56413a073cc6f694877<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.328.0.zip <!-- BEGIN SHA win-arm64 -->4635a32df9bf26df153dd139d14ae393860d489628259aac480f177c6aad53c9<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.328.0.tar.gz <!-- BEGIN SHA osx-x64 -->90c32dc6f292855339563148f3859dc5d402f237ecdf57010c841df3c8d12cc8<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.328.0.tar.gz <!-- BEGIN SHA osx-arm64 -->30e8c9e34ae3f1f5004d0fd6eb4e42714d1b489ca9c91f5eed3bcbd29c6f446d<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.328.0.tar.gz <!-- BEGIN SHA linux-x64 -->01066fad3a2893e63e6ca880ae3a1fad5bf9329d60e77ee15f2b97c148c3cd4e<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.328.0.tar.gz <!-- BEGIN SHA linux-arm64 -->b801b9809c4d9301932bccadf57ca13533073b2aa9fa9b8e625a8db905b5d8eb<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.328.0.tar.gz <!-- BEGIN SHA linux-arm -->530bb83124f38edc9b410fbcc0a8b0baeaa336a14e3707acc8ca308fe0cb7540<!-- END SHA linux-arm -->","publishedAt":"2025-08-13T16:49:24.000Z","url":"https://github.com/actions/runner/releases/tag/v2.328.0","media":[]},{"id":"rel_8plJQe3oR4zghmc3WkUBj","version":"v2.327.1","title":"v2.327.1","summary":"## What's Changed\n* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945\n* Fix n...","content":"## What's Changed\n* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945\n* Fix null reference exception in user agent handling by @salmanmkc in https://github.com/actions/runner/pull/3946\n* Runner Support for executing Node24 Actions by @salmanmkc in https://github.com/actions/runner/pull/3940\n* Update dotnet sdk to latest version @8.0.412 by @github-actions[bot] in https://github.com/actions/runner/pull/3941\n\n## New Contributors\n* @salmanmkc made their first contribution in https://github.com/actions/runner/pull/3946\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.326.0...v2.327.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-win-x64-2.327.1.zip -OutFile actions-runner-win-x64-2.327.1.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.327.1.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-win-arm64-2.327.1.zip -OutFile actions-runner-win-arm64-2.327.1.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.327.1.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-osx-x64-2.327.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.327.1.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-osx-arm64-2.327.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.327.1.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-x64-2.327.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.327.1.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-arm64-2.327.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.327.1.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-arm-2.327.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.327.1.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.327.1.zip <!-- BEGIN SHA win-x64 -->7179db618e7f79e0ce63d96b15f3b6cf6e69996b2094f7f02208b7786c50b6a3<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.327.1.zip <!-- BEGIN SHA win-arm64 -->615ccbbe4880f9c09ee2878431b100e62cfced000e9b3a0886a8130335e13e5d<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.327.1.tar.gz <!-- BEGIN SHA osx-x64 -->a0cb80fb6baacf5c669ccd5c2f64429033a7b4dac1e020b4231a4fc5ff396b76<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.327.1.tar.gz <!-- BEGIN SHA osx-arm64 -->807f875f4a357a9c919b484329c072e885ef2c041a18d3107cf1a1e5932eecc0<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.327.1.tar.gz <!-- BEGIN SHA linux-x64 -->d68ac1f500b747d1271d9e52661c408d56cffd226974f68b7dc813e30b9e0575<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.327.1.tar.gz <!-- BEGIN SHA linux-arm64 -->16102096988246f250a745c6a813a5a0b8901e2f554f9440c97e8573fd4da111<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.327.1.tar.gz <!-- BEGIN SHA linux-arm -->b6f34af6d11f5f023fe23aa8bcb01f392eaad30d70e1e31f4e68bbdbb315eda8<!-- END SHA linux-arm -->","publishedAt":"2025-07-25T16:19:18.000Z","url":"https://github.com/actions/runner/releases/tag/v2.327.1","media":[]},{"id":"rel_qTv9U0YTM_9-nPQ120fCz","version":"v2.327.0","title":"v2.327.0","summary":"## What's Changed\n* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945\n* Fix n...","content":"## What's Changed\n* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945\n* Fix null reference exception in user agent handling by @salmanmkc in https://github.com/actions/runner/pull/3946\n* Runner Support for executing Node24 Actions by @salmanmkc in https://github.com/actions/runner/pull/3940\n* Update dotnet sdk to latest version @8.0.412 by @github-actions[bot] in https://github.com/actions/runner/pull/3941\n\n## New Contributors\n* @salmanmkc made their first contribution in https://github.com/actions/runner/pull/3946\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.326.0...v2.327.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-win-x64-2.327.0.zip -OutFile actions-runner-win-x64-2.327.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.327.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-win-arm64-2.327.0.zip -OutFile actions-runner-win-arm64-2.327.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.327.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-osx-x64-2.327.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.327.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-osx-arm64-2.327.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.327.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-linux-x64-2.327.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.327.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-linux-arm64-2.327.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.327.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-linux-arm-2.327.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.327.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.327.0.zip <!-- BEGIN SHA win-x64 -->98588fe278e68b8988ea4fad7d0233a4544592b5d2ee09ed8f73f9a0c86d0190<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.327.0.zip <!-- BEGIN SHA win-arm64 -->efcc44a40ce612ee3b0d4928a9325df3689911d59559d20b3902434399b65bac<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.327.0.tar.gz <!-- BEGIN SHA osx-x64 -->2e9f16999a83f39969186e76abb2ba726c04e11dc98986de7d9e494fe0236d0f<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.327.0.tar.gz <!-- BEGIN SHA osx-arm64 -->dd0753890663023646d7c9739f9fd2b4b85dadbdc023bfacc688dda8fa7b16f5<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.327.0.tar.gz <!-- BEGIN SHA linux-x64 -->697deac53b39b72396c6fe3fe3b10bdc05cf59c12e82295a2e6decc53ca7d3e4<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.327.0.tar.gz <!-- BEGIN SHA linux-arm64 -->5d41da47727514b3ee77974362171582b791f600b2a4e74b2fe3decb52f8d0c1<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.327.0.tar.gz <!-- BEGIN SHA linux-arm -->f73583e4b80917ba84977eeae2fa9c09b030cde97461f71e5414deba5291a8dd<!-- END SHA linux-arm -->","publishedAt":"2025-07-22T18:48:44.000Z","url":"https://github.com/actions/runner/releases/tag/v2.327.0","media":[]},{"id":"rel_MfPXved-QFmGHJpQ1OC9q","version":"v2.326.0","title":"v2.326.0","summary":"## What's Changed\n* runner timestamps invariant by @GhadimiR in https://github.com/actions/runner/pull/3888\n* Update README.md by @nebuk89 in https://...","content":"## What's Changed\n* runner timestamps invariant by @GhadimiR in https://github.com/actions/runner/pull/3888\n* Update README.md by @nebuk89 in https://github.com/actions/runner/pull/3898\n* Update dotnet sdk to latest version @8.0.411 by @github-actions in https://github.com/actions/runner/pull/3911\n* Update Docker to v28.2.2 and Buildx to v0.25.0 by @github-actions in https://github.com/actions/runner/pull/3918\n* Bump windows service app to dotnet 4.7 by @TingluoHuang in https://github.com/actions/runner/pull/3926\n* Upgrade node.js to latest version. by @TingluoHuang in https://github.com/actions/runner/pull/3935\n\n## New Contributors\n* @nebuk89 made their first contribution in https://github.com/actions/runner/pull/3898\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.325.0...v2.326.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-win-x64-2.326.0.zip -OutFile actions-runner-win-x64-2.326.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.326.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-win-arm64-2.326.0.zip -OutFile actions-runner-win-arm64-2.326.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.326.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-osx-x64-2.326.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.326.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-osx-arm64-2.326.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.326.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-linux-x64-2.326.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.326.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-linux-arm64-2.326.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.326.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.326.0/actions-runner-linux-arm-2.326.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.326.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.326.0.zip <!-- BEGIN SHA win-x64 -->539d48815f8ecda6903755025d5b578f919a32692b731d85a9a24419fe4dbd9e<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.326.0.zip <!-- BEGIN SHA win-arm64 -->c6f837fbfce536b4bbb934201947956dfcdb34960e9f986c82bb963ff0890724<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.326.0.tar.gz <!-- BEGIN SHA osx-x64 -->9e8c7fed970d7b19c224873dbdded39c0480af72a68c094096b3b36a9ba31c4f<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.326.0.tar.gz <!-- BEGIN SHA osx-arm64 -->5399a02b5cfb98293aa7057cee917dcbd08d612fcb6960d1a8fdd4aacdf7f56f<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.326.0.tar.gz <!-- BEGIN SHA linux-x64 -->9c74af9b4352bbc99aecc7353b47bcdfcd1b2a0f6d15af54a99f54a0c14a1de8<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.326.0.tar.gz <!-- BEGIN SHA linux-arm64 -->ee7c229c979c5152e9f12be16ee9e83ff74c9d9b95c3c1aeb2e9b6d07157ec85<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.326.0.tar.gz <!-- BEGIN SHA linux-arm -->e71a8e88b0ad4d05e315a42de9aef13ed3eb7a8ac37f4693cbeaba4ac353ff30<!-- END SHA linux-arm -->","publishedAt":"2025-07-07T20:17:32.000Z","url":"https://github.com/actions/runner/releases/tag/v2.326.0","media":[]},{"id":"rel_c5jMw8pKYuXARjyagg91C","version":"v2.325.0","title":"v2.325.0","summary":"## What's Changed\n* Create schedule workflow to upgrade docker and buildx version. by @TingluoHuang in https://github.com/actions/runner/pull/3859\n* U...","content":"## What's Changed\n* Create schedule workflow to upgrade docker and buildx version. by @TingluoHuang in https://github.com/actions/runner/pull/3859\n* Update dotnet sdk to latest version @8.0.409 by @github-actions in https://github.com/actions/runner/pull/3860\n* Allow runner to use authv2 during config. by @TingluoHuang in https://github.com/actions/runner/pull/3866\n* show helpful error message when resolving actions directly with launch by @aiqiaoy in https://github.com/actions/runner/pull/3874\n* Update dotnet sdk to latest version @8.0.410 by @github-actions in https://github.com/actions/runner/pull/3871\n* Update Docker to v28.2.1 and Buildx to v0.24.0 by @github-actions in https://github.com/actions/runner/pull/3881\n* Allow NO_SSL_VERIFY in RawHttpMessageHandler. by @TingluoHuang in https://github.com/actions/runner/pull/3883\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.324.0...v2.325.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-win-x64-2.325.0.zip -OutFile actions-runner-win-x64-2.325.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.325.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-win-arm64-2.325.0.zip -OutFile actions-runner-win-arm64-2.325.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.325.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-osx-x64-2.325.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.325.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-osx-arm64-2.325.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.325.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-linux-x64-2.325.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.325.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-linux-arm64-2.325.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.325.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.325.0/actions-runner-linux-arm-2.325.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.325.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.325.0.zip <!-- BEGIN SHA win-x64 -->8601aa56828c084b29bdfda574af1fcde0943ce275fdbafb3e6d4a8611245b1b<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.325.0.zip <!-- BEGIN SHA win-arm64 -->bc57c7bd5c07310481654bc8516fd42000a9bc0f2e2f8e588b6ea46c3391eb45<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.325.0.tar.gz <!-- BEGIN SHA osx-x64 -->0562bd934b27ca0c6d8a357df00809fbc7b4d5524d4aeb6ec152e14fd520a4c3<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.325.0.tar.gz <!-- BEGIN SHA osx-arm64 -->155cc00c217bdc3a74f1c0534e8e3bde1a2d9e2186f01f68a9dec185628fe749<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.325.0.tar.gz <!-- BEGIN SHA linux-x64 -->5020da7139d85c776059f351e0de8fdec753affc9c558e892472d43ebeb518f4<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.325.0.tar.gz <!-- BEGIN SHA linux-arm64 -->0e916ad0d354089d320011c132d46bdbe3353c8b925a2e1056c7c8e85d2f2490<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.325.0.tar.gz <!-- BEGIN SHA linux-arm -->f74f77c6437c6de3d2921e4b26a6e2e31c21cbdeb309f86648d1f4e5fa0c3eca<!-- END SHA linux-arm -->","publishedAt":"2025-06-02T18:47:13.000Z","url":"https://github.com/actions/runner/releases/tag/v2.325.0","media":[]},{"id":"rel_wGLc_h0qwqQYPDCsx3bp7","version":"v2.324.0","title":"v2.324.0","summary":"## What's Changed\n* Increase error body max length before truncation by @ericsciple in https://github.com/actions/runner/pull/3762\n* Fix release.yml b...","content":"## What's Changed\n* Increase error body max length before truncation by @ericsciple in https://github.com/actions/runner/pull/3762\n* Fix release.yml break by upgrading actions/github-script by @TingluoHuang in https://github.com/actions/runner/pull/3772\n* Small runner code cleanup. by @TingluoHuang in https://github.com/actions/runner/pull/3773\n* Enable hostcontext to track auth migration. by @TingluoHuang in https://github.com/actions/runner/pull/3776\n* Add option in OAuthCred to load authUrlV2. by @TingluoHuang in https://github.com/actions/runner/pull/3777\n* Remove create session with broker in MessageListener. by @TingluoHuang in https://github.com/actions/runner/pull/3782\n* Enable auth migration based on config refresh. by @TingluoHuang in https://github.com/actions/runner/pull/3786\n* Set JWT.alg to PS256 with PssPadding. by @TingluoHuang in https://github.com/actions/runner/pull/3789\n* Enable FIPS by default. by @TingluoHuang in https://github.com/actions/runner/pull/3793\n* Support auth migration using authUrlV2 in Runner/MessageListener. by @TingluoHuang in https://github.com/actions/runner/pull/3787\n* Cleanup feature flag actions_skip_retry_complete_job_upon_known_errors by @ericsciple in https://github.com/actions/runner/pull/3806\n* Update dotnet sdk to latest version @8.0.408 by @github-actions in https://github.com/actions/runner/pull/3808\n* Bump hook to 0.7.0 by @nikola-jokic in https://github.com/actions/runner/pull/3813\n* Allow enable auth migration by default. by @TingluoHuang in https://github.com/actions/runner/pull/3804\n* Do not retry /renewjob on 404 by @ericsciple in https://github.com/actions/runner/pull/3828\n* Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in /src by @dependabot in https://github.com/actions/runner/pull/3719\n* Add copilot-instructions.md by @pje in https://github.com/actions/runner/pull/3810\n* Bump actions/upload-release-asset from 1.0.1 to 1.0.2 by @dependabot in https://github.com/actions/runner/pull/3553\n* Ignore exception during auth migration. by @TingluoHuang in https://github.com/actions/runner/pull/3835\n* feat: default fromPath for problem matchers by @dsanders11 in https://github.com/actions/runner/pull/3802\n* Bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 in /src by @dependabot in https://github.com/actions/runner/pull/3837\n* Bump nodejs version. by @TingluoHuang in https://github.com/actions/runner/pull/3840\n* Feature-flagged support for `JobContext.CheckRunID` by @pje in https://github.com/actions/runner/pull/3811\n* Bump System.ServiceProcess.ServiceController from 8.0.0 to 8.0.1 in /src by @dependabot in https://github.com/actions/runner/pull/3844\n* Bump xunit.runner.visualstudio from 2.5.8 to 2.8.2 in /src by @dependabot in https://github.com/actions/runner/pull/3845\n* Make sure the token's claims are match as expected. by @TingluoHuang in https://github.com/actions/runner/pull/3846\n* Prefer _migrated config on startup by @lokesh755 in https://github.com/actions/runner/pull/3853\n* Update docker and buildx by @TingluoHuang in https://github.com/actions/runner/pull/3854\n\n## New Contributors\n* @dsanders11 made their first contribution in https://github.com/actions/runner/pull/3802\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.323.0...v2.324.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-win-x64-2.324.0.zip -OutFile actions-runner-win-x64-2.324.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.324.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-win-arm64-2.324.0.zip -OutFile actions-runner-win-arm64-2.324.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.324.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-osx-x64-2.324.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.324.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-osx-arm64-2.324.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.324.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-linux-x64-2.324.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.324.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-linux-arm64-2.324.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.324.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-linux-arm-2.324.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.324.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.324.0.zip <!-- BEGIN SHA win-x64 -->78b70ddc65e0c2f1940195859e453bdfaa098fe3475cf89bc9378614d2adc197<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.324.0.zip <!-- BEGIN SHA win-arm64 -->43479570319c7091132d362e1d518a38bba1e37494b14b47d3b85c176f869f82<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.324.0.tar.gz <!-- BEGIN SHA osx-x64 -->fbf97cc843c480f0104e2a3d2b1bda86ca467c88da666ac76e432caa2748c683<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.324.0.tar.gz <!-- BEGIN SHA osx-arm64 -->ea3e592d93afd0d71c5e355c15f98ee7cb21cf5ea0ac39f55bf21c661f1915ef<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.324.0.tar.gz <!-- BEGIN SHA linux-x64 -->e8e24a3477da17040b4d6fa6d34c6ecb9a2879e800aa532518ec21e49e21d7b4<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.324.0.tar.gz <!-- BEGIN SHA linux-arm64 -->b5a5cf1138064afd0f0fb1a4a493adaa9bff5485ace3575e99547f004dbb20fa<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.324.0.tar.gz <!-- BEGIN SHA linux-arm -->947784560c2dfc750a83dd7f94861244b9deb0e97cb3f3e68f79507bd0ce8e5c<!-- END SHA linux-arm -->","publishedAt":"2025-05-13T01:53:59.000Z","url":"https://github.com/actions/runner/releases/tag/v2.324.0","media":[]},{"id":"rel_zLc51krmHwdszFtKNnY3r","version":"v2.323.0","title":"v2.323.0","summary":"## What's Changed\n* Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/actions/runner/pull/3673\n* Bump actions/stale from 8 to ...","content":"## What's Changed\n* Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/actions/runner/pull/3673\n* Bump actions/stale from 8 to 9 by @dependabot in https://github.com/actions/runner/pull/3554\n* Bump docker/build-push-action from 3 to 6 by @dependabot in https://github.com/actions/runner/pull/3674\n* update node version from 20.18.0 -> 20.18.2 by @aiqiaoy in https://github.com/actions/runner/pull/3682\n* Pass BillingOwnerId through Acquire/Complete calls by @luketomlinson in https://github.com/actions/runner/pull/3689\n* Do not retry CompleteJobAsync for known non-retryable errors by @ericsciple in https://github.com/actions/runner/pull/3696\n* Update dotnet sdk to latest version @8.0.406 by @github-actions in https://github.com/actions/runner/pull/3712\n* Update Dockerfile with new docker and buildx versions by @thboop in https://github.com/actions/runner/pull/3680\n* chore: remove redundant words by @finaltrip in https://github.com/actions/runner/pull/3705\n* fix: actions feedback link is incorrect by @Yaminyam in https://github.com/actions/runner/pull/3165\n* Bump actions/github-script from 0.3.0 to 7.0.1 by @dependabot in https://github.com/actions/runner/pull/3557\n* Docker container provenance by @paveliak in https://github.com/actions/runner/pull/3736\n* Add request-id to http eventsource trace. by @TingluoHuang in https://github.com/actions/runner/pull/3740\n* Update Bocker and Buildx version to mitigate images scanners alerts by @Blizter in https://github.com/actions/runner/pull/3750\n* Fix typo, add invariant culture to timestamp for workflow log reporting by @GhadimiR in https://github.com/actions/runner/pull/3749\n* Create vssconnection to actions service when URL provided. by @TingluoHuang in https://github.com/actions/runner/pull/3751\n* Housekeeping: Update npm packages and node version by @thboop in https://github.com/actions/runner/pull/3752\n* Improve the out-of-date warning message. by @tecimovic in https://github.com/actions/runner/pull/3595\n* Update dotnet sdk to latest version @8.0.407 by @github-actions in https://github.com/actions/runner/pull/3753\n* Exit hosted runner cleanly during deprovisioning. by @TingluoHuang in https://github.com/actions/runner/pull/3755\n* Send annotation title to run-service. by @TingluoHuang in https://github.com/actions/runner/pull/3757\n* Allow server enforce runner settings. by @TingluoHuang in https://github.com/actions/runner/pull/3758\n* Support refresh runner configs with pipelines service. by @TingluoHuang in https://github.com/actions/runner/pull/3706\n\n## New Contributors\n* @finaltrip made their first contribution in https://github.com/actions/runner/pull/3705\n* @Yaminyam made their first contribution in https://github.com/actions/runner/pull/3165\n* @Blizter made their first contribution in https://github.com/actions/runner/pull/3750\n* @GhadimiR made their first contribution in https://github.com/actions/runner/pull/3749\n* @tecimovic made their first contribution in https://github.com/actions/runner/pull/3595\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.322.0...v2.323.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-win-x64-2.323.0.zip -OutFile actions-runner-win-x64-2.323.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.323.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-win-arm64-2.323.0.zip -OutFile actions-runner-win-arm64-2.323.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.323.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-osx-x64-2.323.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.323.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-osx-arm64-2.323.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.323.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-linux-x64-2.323.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.323.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-linux-arm64-2.323.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.323.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.323.0/actions-runner-linux-arm-2.323.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.323.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.323.0.zip <!-- BEGIN SHA win-x64 -->e8ca92e3b1b907cdcc0c94640f4c5b23f377743993a4a5c859cb74f3e6eb33ef<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.323.0.zip <!-- BEGIN SHA win-arm64 -->b48a9a0bb5539b1827af9516675cad1b8db453bd9fcd1427e02502f7c84d0e97<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.323.0.tar.gz <!-- BEGIN SHA osx-x64 -->5dd3f423e8f387a47ac53a5e355e0fe105f0a9314d7823dea098dca70e1bd2c9<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.323.0.tar.gz <!-- BEGIN SHA osx-arm64 -->845f98d74a3eab5d0bb80517b08bfd1fb162eec5d8f302e175addc4153b35f29<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.323.0.tar.gz <!-- BEGIN SHA linux-x64 -->0dbc9bf5a58620fc52cb6cc0448abcca964a8d74b5f39773b7afcad9ab691e19<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.323.0.tar.gz <!-- BEGIN SHA linux-arm64 -->9cb778fffd4c6d8bd74bc4110df7cb8c0122eb62fda30b389318b265d3ade538<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.323.0.tar.gz <!-- BEGIN SHA linux-arm -->e3bbb53d4d97859fc1c5cfd9da2a5501686041cbda7c0bb94185e2cde0e9ff1b<!-- END SHA linux-arm -->","publishedAt":"2025-03-19T18:29:45.000Z","url":"https://github.com/actions/runner/releases/tag/v2.323.0","media":[]},{"id":"rel_PRMLUJ76k87dDwTriJPxZ","version":"v2.320.1","title":"v2.320.1","summary":"## What's Changed\r\n\r\n- Backport: Expose ENV for cache service v2. https://github.com/actions/runner/pull/3548\r\n\r\n**Full Changelog**: https://github.co...","content":"## What's Changed\r\n\r\n- Backport: Expose ENV for cache service v2. https://github.com/actions/runner/pull/3548\r\n\r\n**Full Changelog**: https://github.com/actions/runner/compare/v2.320.0...v2.320.1\r\n\r\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\r\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\r\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\r\n\r\n## Windows x64\r\n\r\nWe 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.\r\n\r\nThe following snipped needs to be run on `powershell`:\r\n\r\n```powershell\r\n# Create a folder under the drive root\r\nmkdir \\actions-runner ; cd \\actions-runner\r\n# Download the latest runner package\r\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-win-x64-2.320.1.zip -OutFile actions-runner-win-x64-2.320.1.zip\r\n# Extract the installer\r\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\r\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.320.1.zip\", \"$PWD\")\r\n```\r\n\r\n## [Pre-release] Windows arm64\r\n\r\n**Warning:** Windows arm64 runners are currently in preview status and use [unofficial versions of nodejs](https://unofficial-builds.nodejs.org/). They are not intended for production workflows.\r\n\r\nWe 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.\r\n\r\nThe following snipped needs to be run on `powershell`:\r\n\r\n```powershell\r\n# Create a folder under the drive root\r\nmkdir \\actions-runner ; cd \\actions-runner\r\n# Download the latest runner package\r\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-win-arm64-2.320.1.zip -OutFile actions-runner-win-arm64-2.320.1.zip\r\n# Extract the installer\r\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\r\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.320.1.zip\", \"$PWD\")\r\n```\r\n\r\n## OSX x64\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-osx-x64-2.320.1.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-osx-x64-2.320.1.tar.gz\r\n```\r\n\r\n## OSX arm64 (Apple silicon)\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-osx-arm64-2.320.1.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-osx-arm64-2.320.1.tar.gz\r\n```\r\n\r\n## Linux x64\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-linux-x64-2.320.1.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-linux-x64-2.320.1.tar.gz\r\n```\r\n\r\n## Linux arm64\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-linux-arm64-2.320.1.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-linux-arm64-2.320.1.tar.gz\r\n```\r\n\r\n## Linux arm\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.1/actions-runner-linux-arm-2.320.1.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-linux-arm-2.320.1.tar.gz\r\n```\r\n\r\n## Using your self hosted runner\r\n\r\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\r\n\r\n## SHA-256 Checksums\r\n\r\nThe SHA-256 checksums for the packages included in this build are shown below:\r\n\r\n- actions-runner-win-x64-2.320.1.zip <!-- BEGIN SHA win-x64 -->2255911ff39327c8d41d61479fcba0f15ff2fa9621e0f27a107183842c482399<!-- END SHA win-x64 -->\r\n- actions-runner-win-arm64-2.320.1.zip <!-- BEGIN SHA win-arm64 -->f650209088ce95ec0c3dc101fcbb40bf91bc953d6148a3dada10ca41828cb2fd<!-- END SHA win-arm64 -->\r\n- actions-runner-osx-x64-2.320.1.tar.gz <!-- BEGIN SHA osx-x64 -->482551b048500f08e461c7ca4ec52d817c3e830451d12c2fd1d6a3414aca3073<!-- END SHA osx-x64 -->\r\n- actions-runner-osx-arm64-2.320.1.tar.gz <!-- BEGIN SHA osx-arm64 -->68bf9b8d5740ee6395e2acf46ad11a19b761545be19e5b37a47b5eb76d116c10<!-- END SHA osx-arm64 -->\r\n- actions-runner-linux-x64-2.320.1.tar.gz <!-- BEGIN SHA linux-x64 -->e22b55a9a7b67e7056f6df063bdc026e02fcb7a4b34419978b29861b1b70e697<!-- END SHA linux-x64 -->\r\n- actions-runner-linux-arm64-2.320.1.tar.gz <!-- BEGIN SHA linux-arm64 -->a2f224e560bdeaf3fddac088ebaead7f46e8ed4db9aa92358b52e00ea7604ee3<!-- END SHA linux-arm64 -->\r\n- actions-runner-linux-arm-2.320.1.tar.gz <!-- BEGIN SHA linux-arm -->3e281dd9eaf505b6fc38830a8b6948ea821c687218e746e56c7a28ee4a4ff992<!-- END SHA linux-arm -->","publishedAt":"2025-02-26T20:47:28.000Z","url":"https://github.com/actions/runner/releases/tag/v2.320.1","media":[]},{"id":"rel_xkAEA_ukJ7fkJBWlcozbq","version":"v2.322.0","title":"v2.322.0","summary":"## What's Changed\n* Fix name of generated of artifact builds from GitHub workflow for arm artifacts by @satmandu in https://github.com/actions/runner/...","content":"## What's Changed\n* Fix name of generated of artifact builds from GitHub workflow for arm artifacts by @satmandu in https://github.com/actions/runner/pull/3568\n* Ignore error when fail to report worker crash. by @TingluoHuang in https://github.com/actions/runner/pull/3588\n* Fix null ref in 'OnEventWritten()' by @TingluoHuang in https://github.com/actions/runner/pull/3593\n* Send stepNumber for annotation to run-service by @TingluoHuang in https://github.com/actions/runner/pull/3614\n* Enable nuget audit. by @TingluoHuang in https://github.com/actions/runner/pull/3615\n* Update dotnet install script. by @TingluoHuang in https://github.com/actions/runner/pull/3659\n* Print immutable action package details in set up job logs by @heavymachinery in https://github.com/actions/runner/pull/3645\n* Update dotnet sdk to latest version @8.0.405 by @github-actions in https://github.com/actions/runner/pull/3666\n* Upgrade `buildx` from `0.18.0` to `0.19.3` (critical CVE) by @MPV in https://github.com/actions/runner/pull/3647\n* Upgrade `docker` from `27.3.1` to `27.4.1` by @MPV in https://github.com/actions/runner/pull/3648\n* Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.12.0 in /src by @dependabot in https://github.com/actions/runner/pull/3584\n* Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/actions/runner/pull/3564\n* Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/actions/runner/pull/3555\n* Bump Moq from 4.20.70 to 4.20.72 in /src by @dependabot in https://github.com/actions/runner/pull/3672\n\n## New Contributors\n* @satmandu made their first contribution in https://github.com/actions/runner/pull/3568\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.321.0...v2.322.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-x64-2.322.0.zip -OutFile actions-runner-win-x64-2.322.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.322.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-arm64-2.322.0.zip -OutFile actions-runner-win-arm64-2.322.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.322.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-x64-2.322.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.322.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-arm64-2.322.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.322.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-x64-2.322.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.322.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm64-2.322.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.322.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm-2.322.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.322.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.322.0.zip <!-- BEGIN SHA win-x64 -->ace5de018c88492ca80a2323af53ff3f43d2c82741853efb302928f250516015<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.322.0.zip <!-- BEGIN SHA win-arm64 -->74b67df4e94e3cd7d79b9320d421b0a62c66b77a019cf2471aba793dac0139fb<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.322.0.tar.gz <!-- BEGIN SHA osx-x64 -->aa0fc262363912167dcdbc746ffcdf7b8996bc587f51cf1bab38ad86cf70b6ea<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.322.0.tar.gz <!-- BEGIN SHA osx-arm64 -->67d3b4dd6f1eec8ec43dda12c189cff68ec3ba1dfa054791cb446ddcfb39d2aa<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.322.0.tar.gz <!-- BEGIN SHA linux-x64 -->b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.322.0.tar.gz <!-- BEGIN SHA linux-arm64 -->a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.322.0.tar.gz <!-- BEGIN SHA linux-arm -->583fc5f933eb2f0f9f388ef304085629181cef54e63fe3445eed92dba4a87c46<!-- END SHA linux-arm -->","publishedAt":"2025-01-24T14:11:50.000Z","url":"https://github.com/actions/runner/releases/tag/v2.322.0","media":[]},{"id":"rel_e0ESIp5Una6tdKJwPJ_4T","version":"v2.321.0","title":"v2.321.0","summary":"## What's Changed\n\n* Fix release workflow to use distinct artifact names by @ericsciple in https://github.com/actions/runner/pull/3485\n* Update dotnet...","content":"## What's Changed\n\n* Fix release workflow to use distinct artifact names by @ericsciple in https://github.com/actions/runner/pull/3485\n* Update dotnet sdk to latest version @6.0.425 by @github-actions in https://github.com/actions/runner/pull/3433\n* add ref and type to job completion in run service by @yaananth in https://github.com/actions/runner/pull/3492\n* Remove Broker Migration Message logging by @luketomlinson in https://github.com/actions/runner/pull/3493\n* Bump dotnet SDK to dotnet 8. by @TingluoHuang in https://github.com/actions/runner/pull/3500\n* Remove dotnet8 compatibility test. by @TingluoHuang in https://github.com/actions/runner/pull/3502\n* Remove node16 from the runner. by @TingluoHuang in https://github.com/actions/runner/pull/3503\n* send action name for run service by @yaananth in https://github.com/actions/runner/pull/3520\n* Handle runner not found by @ericsciple in https://github.com/actions/runner/pull/3536\n* Publish job telemetry to run-service. by @TingluoHuang in https://github.com/actions/runner/pull/3545\n* Fetch repo-level runner groups from API in v2 flow by @lucavallin in https://github.com/actions/runner/pull/3546\n* Allow runner to check service connection in background. by @TingluoHuang in https://github.com/actions/runner/pull/3542\n* Expose ENV for cache service v2. by @TingluoHuang in https://github.com/actions/runner/pull/3548\n* Update runner docker image. by @TingluoHuang in https://github.com/actions/runner/pull/3511\n* Bump Azure.Storage.Blobs from 12.19.1 to 12.23.0 in /src by @dependabot in https://github.com/actions/runner/pull/3549\n* fix dotnet-upgrade.yml to print right version by @TingluoHuang in https://github.com/actions/runner/pull/3550\n* Update dotnet sdk to latest version @8.0.404 by @github-actions in https://github.com/actions/runner/pull/3552\n* Configure dependabot to check github-actions updates by @Goooler in https://github.com/actions/runner/pull/3333\n* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/runner/pull/3556\n\n## New Contributors\n* @lucavallin made their first contribution in https://github.com/actions/runner/pull/3546\n* @Goooler made their first contribution in https://github.com/actions/runner/pull/3333\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.320.0...v2.321.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-win-x64-2.321.0.zip -OutFile actions-runner-win-x64-2.321.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.321.0.zip\", \"$PWD\")\n```\n\n## Windows arm64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-win-arm64-2.321.0.zip -OutFile actions-runner-win-arm64-2.321.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.321.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-osx-x64-2.321.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.321.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-osx-arm64-2.321.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.321.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.321.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-arm64-2.321.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.321.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-arm-2.321.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.321.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.321.0.zip <!-- BEGIN SHA win-x64 -->88d754da46f4053aec9007d172020c1b75ab2e2049c08aef759b643316580bbc<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.321.0.zip <!-- BEGIN SHA win-arm64 -->22df5a32a65a55e43dab38a200d4f72be0f9f5ce1839f5ad34e689a0d3ff0fb7<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.321.0.tar.gz <!-- BEGIN SHA osx-x64 -->b2c91416b3e4d579ae69fc2c381fc50dbda13f1b3fcc283187e2c75d1b173072<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.321.0.tar.gz <!-- BEGIN SHA osx-arm64 -->fbee07e42a134645d4f04f8146b0a3d0b3c948f0d6b2b9fa61f4318c1192ff79<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.321.0.tar.gz <!-- BEGIN SHA linux-x64 -->ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.321.0.tar.gz <!-- BEGIN SHA linux-arm64 -->62cc5735d63057d8d07441507c3d6974e90c1854bdb33e9c8b26c0da086336e1<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.321.0.tar.gz <!-- BEGIN SHA linux-arm -->2b96a4991ebf2b2076908a527a1a13db590217f9375267b5dd95f0300dde432b<!-- END SHA linux-arm -->","publishedAt":"2024-11-13T17:35:20.000Z","url":"https://github.com/actions/runner/releases/tag/v2.321.0","media":[]},{"id":"rel_TqBMH9uM0yx6AeB-E_3cz","version":"v2.320.0","title":"v2.320.0","summary":"## What's Changed\n\n- Adding Snapshot additional mapping tokens https://github.com/actions/runner/pull/3468\n- Create launch httpclient using the right ...","content":"## What's Changed\n\n- Adding Snapshot additional mapping tokens https://github.com/actions/runner/pull/3468\n- Create launch httpclient using the right handler and setting https://github.com/actions/runner/pull/3476\n- Fix missing default user-agent for jitconfig runner https://github.com/actions/runner/pull/3473\n- Cleanup back-compat code for interpreting Run Service status codes https://github.com/actions/runner/pull/3456\n- Add runner or worker to the useragent https://github.com/actions/runner/pull/3457\n- Handle Error Body in Responses from Broker https://github.com/actions/runner/pull/3454\n- Fix issues for composite actions (Run Service flow) https://github.com/actions/runner/pull/3446\n- Trace GitHub RequestId to log https://github.com/actions/runner/pull/3442\n- Add `jq`, `git`, `unzip` and `curl` to default packages installed https://github.com/actions/runner/pull/3056\n- Add pid to user-agent and session owner https://github.com/actions/runner/pull/3432\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.319.1...v2.320.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-win-x64-2.320.0.zip -OutFile actions-runner-win-x64-2.320.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.320.0.zip\", \"$PWD\")\n```\n\n## [Pre-release] Windows arm64\n\n**Warning:** Windows arm64 runners are currently in preview status and use [unofficial versions of nodejs](https://unofficial-builds.nodejs.org/). They are not intended for production workflows.\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-win-arm64-2.320.0.zip -OutFile actions-runner-win-arm64-2.320.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.320.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-osx-x64-2.320.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.320.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-osx-arm64-2.320.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.320.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-linux-x64-2.320.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.320.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-linux-arm64-2.320.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.320.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.320.0/actions-runner-linux-arm-2.320.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.320.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.320.0.zip <!-- BEGIN SHA win-x64 -->9eb133e8cb25e8319f1cbef3578c9ec5428a7af7c6ec0202ba6f9a9fddf663c0<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.320.0.zip <!-- BEGIN SHA win-arm64 -->b92e6ce0facde2e7cedd502bb1b2ff99cebdb9c99caf77c65192986b8411e267<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.320.0.tar.gz <!-- BEGIN SHA osx-x64 -->11e610adc1c3721a806d2a439d03d143cceeda7a63e794bfe75b45da55e308df<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.320.0.tar.gz <!-- BEGIN SHA osx-arm64 -->14e2600c07ad76a1c9f6d9e498edf14f1c63f7f7f8d55de0653e450f64caa854<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.320.0.tar.gz <!-- BEGIN SHA linux-x64 -->93ac1b7ce743ee85b5d386f5c1787385ef07b3d7c728ff66ce0d3813d5f46900<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.320.0.tar.gz <!-- BEGIN SHA linux-arm64 -->bec1832fe6d2ed75acf4b7d8f2ce1169239a913b84ab1ded028076c9fa5091b8<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.320.0.tar.gz <!-- BEGIN SHA linux-arm -->b2212dbceeea27daf3c90441352851b2d1afcb736a76c2435a715c21daaa6f18<!-- END SHA linux-arm -->","publishedAt":"2024-10-03T19:28:20.000Z","url":"https://github.com/actions/runner/releases/tag/v2.320.0","media":[]},{"id":"rel_lBEkmn5RgrrQRDaOupCzs","version":"v2.319.1","title":"v2.319.1","summary":"## What's Changed\n\n- .NET 8 compat test adjustments: 1) do not trim SDK, 2) support pattern to match output, 3) modify output truncation length https:...","content":"## What's Changed\n\n- .NET 8 compat test adjustments: 1) do not trim SDK, 2) support pattern to match output, 3) modify output truncation length https://github.com/actions/runner/pull/3427\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.319.0...v2.319.1\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-win-x64-2.319.1.zip -OutFile actions-runner-win-x64-2.319.1.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.319.1.zip\", \"$PWD\")\n```\n\n## [Pre-release] Windows arm64\n\n**Warning:** Windows arm64 runners are currently in preview status and use [unofficial versions of nodejs](https://unofficial-builds.nodejs.org/). They are not intended for production workflows.\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-win-arm64-2.319.1.zip -OutFile actions-runner-win-arm64-2.319.1.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.319.1.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-osx-x64-2.319.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.319.1.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-osx-arm64-2.319.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.319.1.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-linux-x64-2.319.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.319.1.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-linux-arm64-2.319.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.319.1.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.1/actions-runner-linux-arm-2.319.1.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.319.1.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.319.1.zip <!-- BEGIN SHA win-x64 -->1c78c51d20b817fb639e0b0ab564cf0469d083ad543ca3d0d7a2cdad5723f3a7<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.319.1.zip <!-- BEGIN SHA win-arm64 -->3d25e7ddbad0104a5db94cf13bd1ebd06c4e991999dd84fac007b31851421e90<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.319.1.tar.gz <!-- BEGIN SHA osx-x64 -->e0987bc1c2b71e732a0e7963a8a6de64fe3be2a282122c23c52b83d7cebfafdb<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.319.1.tar.gz <!-- BEGIN SHA osx-arm64 -->af6a2fba35cc63415693ebfb969b4d7a9d59158e1f3587daf498d0df534bf56f<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.319.1.tar.gz <!-- BEGIN SHA linux-x64 -->3f6efb7488a183e291fc2c62876e14c9ee732864173734facc85a1bfb1744464<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.319.1.tar.gz <!-- BEGIN SHA linux-arm64 -->03d993c65e0c4daa5e3bf5a5a35ba356f363bdb5ceb6b5808fd52fdb813dd8e8<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.319.1.tar.gz <!-- BEGIN SHA linux-arm -->513065cd485ea3b8b445ae4e7aae95960cc094527ecf954310e819c81f7c21e2<!-- END SHA linux-arm -->","publishedAt":"2024-08-13T16:34:17.000Z","url":"https://github.com/actions/runner/releases/tag/v2.319.1","media":[]},{"id":"rel_4ePoRR3cJHfc2veC8ymTN","version":"v2.319.0","title":"v2.319.0","summary":"## What's Changed\n\n- .NET 8 OS compatibility test https://github.com/actions/runner/pull/3422\n- Ignore ssl cert on websocket client https://github.com...","content":"## What's Changed\n\n- .NET 8 OS compatibility test https://github.com/actions/runner/pull/3422\n- Ignore ssl cert on websocket client https://github.com/actions/runner/pull/3423\n- Revert \"Bump runner to dotnet 8\" https://github.com/actions/runner/pull/3412\n\n**Full Changelog**: https://github.com/actions/runner/compare/v2.318.0...v2.319.0\n\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\n\n## Windows x64\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-win-x64-2.319.0.zip -OutFile actions-runner-win-x64-2.319.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.319.0.zip\", \"$PWD\")\n```\n\n## [Pre-release] Windows arm64\n\n**Warning:** Windows arm64 runners are currently in preview status and use [unofficial versions of nodejs](https://unofficial-builds.nodejs.org/). They are not intended for production workflows.\n\nWe 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.\n\nThe following snipped needs to be run on `powershell`:\n\n```powershell\n# Create a folder under the drive root\nmkdir \\actions-runner ; cd \\actions-runner\n# Download the latest runner package\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-win-arm64-2.319.0.zip -OutFile actions-runner-win-arm64-2.319.0.zip\n# Extract the installer\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.319.0.zip\", \"$PWD\")\n```\n\n## OSX x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-osx-x64-2.319.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-x64-2.319.0.tar.gz\n```\n\n## OSX arm64 (Apple silicon)\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-osx-arm64-2.319.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-osx-arm64-2.319.0.tar.gz\n```\n\n## Linux x64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-linux-x64-2.319.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-x64-2.319.0.tar.gz\n```\n\n## Linux arm64\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-linux-arm64-2.319.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm64-2.319.0.tar.gz\n```\n\n## Linux arm\n\n```bash\n# Create a folder\nmkdir actions-runner && cd actions-runner\n# Download the latest runner package\ncurl -O -L https://github.com/actions/runner/releases/download/v2.319.0/actions-runner-linux-arm-2.319.0.tar.gz\n# Extract the installer\ntar xzf ./actions-runner-linux-arm-2.319.0.tar.gz\n```\n\n## Using your self hosted runner\n\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\n\n## SHA-256 Checksums\n\nThe SHA-256 checksums for the packages included in this build are shown below:\n\n- actions-runner-win-x64-2.319.0.zip <!-- BEGIN SHA win-x64 -->932d8e01a95ee687df876e6db8cf0466393821cd079fc0f463501a02f23fed5e<!-- END SHA win-x64 -->\n- actions-runner-win-arm64-2.319.0.zip <!-- BEGIN SHA win-arm64 -->50bb8a472d43d516934fb4c28dd2f806b186998121b372bfa0986970e325f294<!-- END SHA win-arm64 -->\n- actions-runner-osx-x64-2.319.0.tar.gz <!-- BEGIN SHA osx-x64 -->551bb83c896ebc3cd7608db378e667085d8b499f5e32ef44dc68c19d25ede8ca<!-- END SHA osx-x64 -->\n- actions-runner-osx-arm64-2.319.0.tar.gz <!-- BEGIN SHA osx-arm64 -->5910ce70e5736df22e987bde6b047170948b2bdf3d0581277b177d3ca3f3c9d5<!-- END SHA osx-arm64 -->\n- actions-runner-linux-x64-2.319.0.tar.gz <!-- BEGIN SHA linux-x64 -->52b8f9c5abb1a47cc506185a1a20ecea19daf0d94bbf4ddde7e617e7be109b14<!-- END SHA linux-x64 -->\n- actions-runner-linux-arm64-2.319.0.tar.gz <!-- BEGIN SHA linux-arm64 -->524e75dc384ba8289fcea4914eb210f10c8c4e143213cef7d28f0c84dd2d017c<!-- END SHA linux-arm64 -->\n- actions-runner-linux-arm-2.319.0.tar.gz <!-- BEGIN SHA linux-arm -->078dcda7233fbb428a07cb16a50fea315d333040e40d3917171d5a2d51d168d1<!-- END SHA linux-arm -->","publishedAt":"2024-08-08T14:18:42.000Z","url":"https://github.com/actions/runner/releases/tag/v2.319.0","media":[]},{"id":"rel_wS7btxbDHYdOUPNWXZ0dL","version":"v2.318.0","title":"v2.318.0","summary":"## What's Changed\r\n\r\n- Update Docker to v27.1.1 by @TingluoHuang in https://github.com/actions/runner/pull/3401\r\n- Upgrade dotnet sdk to v8.0.303 in h...","content":"## What's Changed\r\n\r\n- Update Docker to v27.1.1 by @TingluoHuang in https://github.com/actions/runner/pull/3401\r\n- Upgrade dotnet sdk to v8.0.303 in https://github.com/actions/runner/pull/3388\r\n- Rephrase node20 warning by @rentziass in https://github.com/actions/runner/pull/3376\r\n- Bump hook version to 0.6.1 by @nikola-jokic in https://github.com/actions/runner/pull/3350\r\n- Backoff to avoid excessive retries to Run Service in a duration by @ericsciple in https://github.com/actions/runner/pull/3354\r\n- Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src in https://github.com/actions/runner/pull/3347\r\n- Upgrade dotnet sdk to v8.0.302 in https://github.com/actions/runner/pull/3346\r\n- Bump runner to dotnet 8 by @TingluoHuang in https://github.com/actions/runner/pull/3345\r\n- Pass runner version as environment variable in workflow by @joshmgross in https://github.com/actions/runner/pull/3318\r\n- Make sure we mask secrets when reporting telemetry by @TingluoHuang in https://github.com/actions/runner/pull/3315\r\n- Bump docker version and docker buildx version by @int128 in https://github.com/actions/runner/pull/3277\r\n\r\n**Full Changelog**: https://github.com/actions/runner/compare/v2.317.0...v2.318.0\r\n\r\n_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.\r\nTo confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.\r\nSee https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_\r\n\r\n## Windows x64\r\n\r\nWe 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.\r\n\r\nThe following snipped needs to be run on `powershell`:\r\n\r\n```powershell\r\n# Create a folder under the drive root\r\nmkdir \\actions-runner ; cd \\actions-runner\r\n# Download the latest runner package\r\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-win-x64-2.318.0.zip -OutFile actions-runner-win-x64-2.318.0.zip\r\n# Extract the installer\r\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\r\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-x64-2.318.0.zip\", \"$PWD\")\r\n```\r\n\r\n## [Pre-release] Windows arm64\r\n\r\n**Warning:** Windows arm64 runners are currently in preview status and use [unofficial versions of nodejs](https://unofficial-builds.nodejs.org/). They are not intended for production workflows.\r\n\r\nWe 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.\r\n\r\nThe following snipped needs to be run on `powershell`:\r\n\r\n```powershell\r\n# Create a folder under the drive root\r\nmkdir \\actions-runner ; cd \\actions-runner\r\n# Download the latest runner package\r\nInvoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-win-arm64-2.318.0.zip -OutFile actions-runner-win-arm64-2.318.0.zip\r\n# Extract the installer\r\nAdd-Type -AssemblyName System.IO.Compression.FileSystem ;\r\n[System.IO.Compression.ZipFile]::ExtractToDirectory(\"$PWD\\actions-runner-win-arm64-2.318.0.zip\", \"$PWD\")\r\n```\r\n\r\n## OSX x64\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-osx-x64-2.318.0.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-osx-x64-2.318.0.tar.gz\r\n```\r\n\r\n## OSX arm64 (Apple silicon)\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-osx-arm64-2.318.0.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-osx-arm64-2.318.0.tar.gz\r\n```\r\n\r\n## Linux x64\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-linux-x64-2.318.0.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-linux-x64-2.318.0.tar.gz\r\n```\r\n\r\n## Linux arm64\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-linux-arm64-2.318.0.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-linux-arm64-2.318.0.tar.gz\r\n```\r\n\r\n## Linux arm\r\n\r\n```bash\r\n# Create a folder\r\nmkdir actions-runner && cd actions-runner\r\n# Download the latest runner package\r\ncurl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-linux-arm-2.318.0.tar.gz\r\n# Extract the installer\r\ntar xzf ./actions-runner-linux-arm-2.318.0.tar.gz\r\n```\r\n\r\n## Using your self hosted runner\r\n\r\nFor additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)\r\n\r\n## SHA-256 Checksums\r\n\r\nThe SHA-256 checksums for the packages included in this build are shown below:\r\n\r\n- actions-runner-win-x64-2.318.0.zip <!-- BEGIN SHA win-x64 -->35e41033097bda057333718fd0a923650c505ed214437f89328b6c07dc25b45d<!-- END SHA win-x64 -->\r\n- actions-runner-win-arm64-2.318.0.zip <!-- BEGIN SHA win-arm64 -->56263cd9002c4b38d649cd6772cc5873e6df1c537c58af58b72cd7a5873b4ae3<!-- END SHA win-arm64 -->\r\n- actions-runner-osx-x64-2.318.0.tar.gz <!-- BEGIN SHA osx-x64 -->d5d5ae1138595063958ceb6141bb30fdfb63afe6a9859dee29f0fa56474bd386<!-- END SHA osx-x64 -->\r\n- actions-runner-osx-arm64-2.318.0.tar.gz <!-- BEGIN SHA osx-arm64 -->52c8b7200587e0d461e61657a20db2b798ef3c88e41ff1ee435b770cd648b41e<!-- END SHA osx-arm64 -->\r\n- actions-runner-linux-x64-2.318.0.tar.gz <!-- BEGIN SHA linux-x64 -->28ed88e4cedf0fc93201a901e392a70463dbd0213f2ce9d57a4ab495027f3e2f<!-- END SHA linux-x64 -->\r\n- actions-runner-linux-arm64-2.318.0.tar.gz <!-- BEGIN SHA linux-arm64 -->c4d03f1fdfc74e4e29cc403917be2bb24a714740bd250401fba5a4670e2c6070<!-- END SHA linux-arm64 -->\r\n- actions-runner-linux-arm-2.318.0.tar.gz <!-- BEGIN SHA linux-arm -->34e95530fc31c3678ead5a423414103fdf7513ed245268e6e741c94c55e653a1<!-- END SHA linux-arm -->","publishedAt":"2024-07-26T15:11:59.000Z","url":"https://github.com/actions/runner/releases/tag/v2.318.0","media":[]}],"pagination":{"page":1,"pageSize":20,"totalPages":5,"totalItems":100},"summaries":{"rolling":null,"monthly":[]}}