René's URL Explorer Experiment


Title: build(deps): bump actions/actions-runner from 2.327.1 to 2.328.0 in /src in the all-dependencies group by dependabot[bot] · Pull Request #3 · emberstack/github-actions-runner · GitHub

Open Graph Title: build(deps): bump actions/actions-runner from 2.327.1 to 2.328.0 in /src in the all-dependencies group by dependabot[bot] · Pull Request #3 · emberstack/github-actions-runner

X Title: build(deps): bump actions/actions-runner from 2.327.1 to 2.328.0 in /src in the all-dependencies group by dependabot[bot] · Pull Request #3 · emberstack/github-actions-runner

Description: Bumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.327.1 to 2.328.0 Release notes Sourced from actions/actions-runner's releases. v2.328.0 What's Changed Update Docker to v28.3.2 and Buildx to v0.26.1 by @​github-actions[bot] in actions/runner#3953 Fix if statement structure in update script and variable reference by @​salmanmkc in actions/runner#3956 Add V2 flow for runner deletion by @​Samirat in actions/runner#3954 Node 20 -> Node 24 migration feature flagging, opt-in and opt-out environment variables by @​salmanmkc in actions/runner#3948 Update Node20 and Node24 to latest by @​djs-intel in actions/runner#3972 Redirect supported OS doc section to current public Docs location by @​corycalahan in actions/runner#3979 Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by @​dependabot[bot] in actions/runner#3975 Bump Azure.Storage.Blobs from 12.24.0 to 12.25.0 by @​dependabot[bot] in actions/runner#3974 Bump actions/download-artifact from 4 to 5 by @​dependabot[bot] in actions/runner#3973 Bump actions/checkout from 4 to 5 by @​dependabot[bot] in actions/runner#3982 New Contributors @​Samirat made their first contribution in actions/runner#3954 @​djs-intel made their first contribution in actions/runner#3972 Full Changelog: actions/runner@v2.327.1...v2.328.0 Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on powershell: # Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner # Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-win-x64-2.328.0.zip -OutFile actions-runner-win-x64-2.328.0.zip # Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.328.0.zip", "$PWD") Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on powershell: # Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner # Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.328.0/actions-runner-win-arm64-2.328.0.zip -OutFile actions-runner-win-arm64-2.328.0.zip ... (truncated) Changelog Sourced from actions/actions-runner's changelog. What's Changed Update Docker to v28.3.2 and Buildx to v0.26.1 by @​github-actions[bot] in actions/runner#3953 Fix if statement structure in update script and variable reference by @​salmanmkc in actions/runner#3956 Add V2 flow for runner deletion by @​Samirat in actions/runner#3954 Node 20 -> Node 24 migration feature flagging, opt-in and opt-out environment variables by @​salmanmkc in actions/runner#3948 Update Node20 and Node24 to latest by @​djs-intel in actions/runner#3972 Redirect supported OS doc section to current public Docs location by @​corycalahan in actions/runner#3979 Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by @​dependabot[bot] in actions/runner#3975 Bump Azure.Storage.Blobs from 12.24.0 to 12.25.0 by @​dependabot[bot] in actions/runner#3974 Bump actions/download-artifact from 4 to 5 by @​dependabot[bot] in actions/runner#3973 Bump actions/checkout from 4 to 5 by @​dependabot[bot] in actions/runner#3982 New Contributors @​Samirat made their first contribution in actions/runner#3954 @​djs-intel made their first contribution in actions/runner#3972 Full Changelog: actions/runner@v2.327.1...v2.328.0 Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on powershell: # Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner # Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v/actions-runner-win-x64-.zip -OutFile actions-runner-win-x64-.zip # Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-.zip", "$PWD") Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on powershell: # Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner # Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v/actions-runner-win-arm64-.zip -OutFile actions-runner-win-arm64-.zip # Extract the installer ... (truncated) Commits 6f9a911 Update release version to 2.328.0 0ebdf9e Prepare runner release v2.328.0 (#3984) 6543bf2 Bump actions/checkout from 4 to 5 (#3982) a942627 Bump actions/download-artifact from 4 to 5 (#3973) 8353916 Bump Azure.Storage.Blobs from 12.24.0 to 12.25.0 (#3974) 1c1e8bf Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 (#3975) 59177fa Redirect supported OS doc section to current public Docs location (#3979) 2d7635a Update Node20 and Node24 to latest (#3972) 0203cf2 Node 20 -> Node 24 migration feature flagging, opt-in and opt-out environment... 5e74a4d Add V2 flow for runner deletion (#3954) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.327.1 to 2.328.0 Release notes Sourced from actions/actions-runner's relea...

X Description: Bumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.327.1 to 2.328.0 Release notes Sourced from actions/actions-runner's r...

Opengraph URL: https://github.com/emberstack/github-actions-runner/pull/3

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:860ce63d-b970-4c46-4503-f9fe77cbd8c4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9AF6:9AB20:253035:331647:6A62685D
html-safe-nonce7df4d025638873c33e5ab84161f250bf1510d8369287e1f99ca9ba5ba039269e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QUY2OjlBQjIwOjI1MzAzNTozMzE2NDc6NkE2MjY4NUQiLCJ2aXNpdG9yX2lkIjoiMjQ1OTIzOTQ4NTk2MjA4NjQ5MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac36d9dc89b8e0a30b56dd63d25c21c6c5b628fffdc661d1a99e19ecd2786c6432
hovercard-subject-tagpull_request:2744333280
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,actions,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/emberstack/github-actions-runner/pull/3/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the all-dependencies group in /src with 1 update: actions/actions-runner. Updates actions/actions-runner from 2.327.1 to 2.328.0 Release notes Sourced from actions/actions-runner's relea...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None194bddaed53c0eb07047629c520853f4208e77a17ff57428346485cc202e39f2
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/emberstack/github-actions-runner git https://github.com/emberstack/github-actions-runner.git
octolytics-dimension-user_id33608853
octolytics-dimension-user_loginemberstack
octolytics-dimension-repository_id818950936
octolytics-dimension-repository_nwoemberstack/github-actions-runner
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id818950936
octolytics-dimension-repository_network_root_nwoemberstack/github-actions-runner
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec2862cf2db52f0c7f6cba3de21ffeeafe7c5456e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/emberstack/github-actions-runner/pull/3/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Femberstack%2Fgithub-actions-runner%2Fpull%2F3%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Femberstack%2Fgithub-actions-runner%2Fpull%2F3%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=emberstack%2Fgithub-actions-runner
Reloadhttps://github.com/emberstack/github-actions-runner/pull/3/files
Reloadhttps://github.com/emberstack/github-actions-runner/pull/3/files
Reloadhttps://github.com/emberstack/github-actions-runner/pull/3/files
Please reload this pagehttps://github.com/emberstack/github-actions-runner/pull/3/files
emberstack https://github.com/emberstack
github-actions-runnerhttps://github.com/emberstack/github-actions-runner
Notifications https://github.com/login?return_to=%2Femberstack%2Fgithub-actions-runner
Fork 0 https://github.com/login?return_to=%2Femberstack%2Fgithub-actions-runner
Star 0 https://github.com/login?return_to=%2Femberstack%2Fgithub-actions-runner
Code https://github.com/emberstack/github-actions-runner
Issues 0 https://github.com/emberstack/github-actions-runner/issues
Pull requests 0 https://github.com/emberstack/github-actions-runner/pulls
Discussions https://github.com/emberstack/github-actions-runner/discussions
Actions https://github.com/emberstack/github-actions-runner/actions
Security and quality 0 https://github.com/emberstack/github-actions-runner/security
Insights https://github.com/emberstack/github-actions-runner/pulse
Code https://github.com/emberstack/github-actions-runner
Issues https://github.com/emberstack/github-actions-runner/issues
Pull requests https://github.com/emberstack/github-actions-runner/pulls
Discussions https://github.com/emberstack/github-actions-runner/discussions
Actions https://github.com/emberstack/github-actions-runner/actions
Security and quality https://github.com/emberstack/github-actions-runner/security
Insights https://github.com/emberstack/github-actions-runner/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Femberstack%2Fgithub-actions-runner%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Femberstack%2Fgithub-actions-runner%2Fissues%2Fnew%2Fchoose
winromulushttps://github.com/winromulus
mainhttps://github.com/emberstack/github-actions-runner/tree/main
dependabot/docker/src/all-dependencies-9dc14b97a4https://github.com/emberstack/github-actions-runner/tree/dependabot/docker/src/all-dependencies-9dc14b97a4
Conversation 1 https://github.com/emberstack/github-actions-runner/pull/3
Commits 1 https://github.com/emberstack/github-actions-runner/pull/3/commits
Checks 11 https://github.com/emberstack/github-actions-runner/pull/3/checks
Files changed https://github.com/emberstack/github-actions-runner/pull/3/files
Please reload this pagehttps://github.com/emberstack/github-actions-runner/pull/3/files
build(deps): bump actions/actions-runner from 2.327.1 to 2.328.0 in /src in the all-dependencies group https://github.com/emberstack/github-actions-runner/pull/3/files#top
Show all changes 1 commit https://github.com/emberstack/github-actions-runner/pull/3/files
8849279 build(deps): bump actions/actions-runner dependabot[bot] Aug 13, 2025 https://github.com/emberstack/github-actions-runner/pull/3/commits/884927925d5cf1dc805129ef3c77ba2f371c9702
Clear filters https://github.com/emberstack/github-actions-runner/pull/3/files
Please reload this pagehttps://github.com/emberstack/github-actions-runner/pull/3/files
Please reload this pagehttps://github.com/emberstack/github-actions-runner/pull/3/files
src/Dockerfilehttps://github.com/emberstack/github-actions-runner/pull/3/files#diff-f7c91877446336ef59ebfaacb472e50e4e40bbe54938f232b0fd54617eb6e7dc
View file https://github.com/emberstack/github-actions-runner/blob/884927925d5cf1dc805129ef3c77ba2f371c9702/src/Dockerfile
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/emberstack/github-actions-runner/pull/3/{{ revealButtonHref }}
https://github.com/emberstack/github-actions-runner/pull/3/files#diff-f7c91877446336ef59ebfaacb472e50e4e40bbe54938f232b0fd54617eb6e7dc
Please reload this pagehttps://github.com/emberstack/github-actions-runner/pull/3/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.