René's URL Explorer Experiment


Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #252 · python/python-docs-theme · GitHub

Open Graph Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #252 · python/python-docs-theme

X Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #252 · python/python-docs-theme

Description: Bumps the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by @​salmanmkc in actions/checkout#2238 ⚠️ Minimum Compatible Runner Version v2.327.1 Release Notes Make sure your runner is updated to this version or newer to use this release. Full Changelog: actions/checkout@v4...v5.0.0 v4.3.0 What's Changed docs: update README.md by @​motss in actions/checkout#1971 Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977 Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043 Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044 Update README.md by @​nebuk89 in actions/checkout#2194 Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224 Update package dependencies by @​salmanmkc in actions/checkout#2236 Prepare release v4.3.0 by @​salmanmkc in actions/checkout#2237 New Contributors @​motss made their first contribution in actions/checkout#1971 @​mouismail made their first contribution in actions/checkout#1977 @​benwells made their first contribution in actions/checkout#2043 @​nebuk89 made their first contribution in actions/checkout#2194 @​salmanmkc made their first contribution in actions/checkout#2236 Full Changelog: actions/checkout@v4...v4.3.0 v4.2.2 What's Changed url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for isGhes by @​jww3 in actions/checkout#1946 Full Changelog: actions/checkout@v4.2.1...v4.2.2 v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in actions/checkout#1924 New Contributors @​Jcambass made their first contribution in actions/checkout#1919 Full Changelog: actions/checkout@v4.2.0...v4.2.1 ... (truncated) Changelog Sourced from actions/checkout's changelog. Changelog V5.0.0 Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 V4.3.0 docs: update README.md by @​motss in actions/checkout#1971 Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977 Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043 Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044 Update README.md by @​nebuk89 in actions/checkout#2194 Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224 Update package dependencies by @​salmanmkc in actions/checkout#2236 v4.2.2 url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for isGhes by @​jww3 in actions/checkout#1946 v4.2.1 Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in actions/checkout#1924 v4.2.0 Add Ref and Commit outputs by @​lucacome in actions/checkout#1180 Dependency updates by @​dependabot- actions/checkout#1777, actions/checkout#1872 v4.1.7 Bump the minor-npm-dependencies group across 1 directory with 4 updates by @​dependabot in actions/checkout#1739 Bump actions/checkout from 3 to 4 by @​dependabot in actions/checkout#1697 Check out other refs/* by commit by @​orhantoy in actions/checkout#1774 Pin actions/checkout's own workflows to a known, good, stable version. by @​jww3 in actions/checkout#1776 v4.1.6 Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 v4.1.5 Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot in actions/checkout#1694 Bump actions/setup-node from 1 to 4 by @​dependabot in actions/checkout#1696 Bump actions/upload-artifact from 2 to 4 by @​dependabot in actions/checkout#1695 README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @​cory-miller in actions/checkout#1707 v4.1.4 Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in actions/checkout#1688 Bump the minor-actions-dependencies group with 2 updates by @​dependabot in actions/checkout#1693 Bump word-wrap from 1.2.3 to 1.2.5 by @​dependabot in actions/checkout#1643 v4.1.3 ... (truncated) Commits 08c6903 Prepare v5.0.0 release (#2238) 9f26565 Update actions checkout to use node 24 (#2226) See full diff in compare view Updates actions/download-artifact from 4 to 5 Release notes Sourced from actions/download-artifact's releases. v5.0.0 What's Changed Update README.md by @​nebuk89 in actions/download-artifact#407 BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @​GrantBirki in actions/download-artifact#416 v5.0.0 🚨 Breaking Change This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change. What Changed Previously, single artifact downloads behaved differently depending on how you specified the artifact: By name: name: my-artifact → extracted to path/ (direct) By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested) Now both methods are consistent: By name: name: my-artifact → extracted to path/ (unchanged) By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct) Migration Guide ✅ No Action Needed If: You download artifacts by name You download multiple artifacts by ID You already use merge-multiple: true as a workaround ⚠️ Action Required If: You download single artifacts by ID and your workflows expect the nested directory structure. Before v5 (nested structure): - uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/ Where my-artifact is the name of the artifact you previously uploaded To maintain old behavior (if needed): ... (truncated) Commits 634f93c Merge pull request #416 from actions/single-artifact-id-download-path b19ff43 refactor: resolve download path correctly in artifact download tests (mainly ... e262cbe bundle dist bff23f9 update docs fff8c14 fix download path logic when downloading a single artifact by id 448e3f8 Merge pull request #407 from actions/nebuk89-patch-1 47225c4 Update README.md See full diff 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 📚 Documentation preview 📚: https://python-docs-theme-previews--252.org.readthedocs.build/

Open Graph Description: Bumps the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 Wha...

X Description: Bumps the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0...

Opengraph URL: https://github.com/python/python-docs-theme/pull/252

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:b9830ecc-2e00-8a20-10af-96938dee2867
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBDB2:3D59DC:7657C0:9BB744:6971A052
html-safe-nonce11c9f8243395fd56da01d2da3d741c2d9c7536347f350ed02b278c392379b26b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCREIyOjNENTlEQzo3NjU3QzA6OUJCNzQ0OjY5NzFBMDUyIiwidmlzaXRvcl9pZCI6IjgyMDk3ODU3NTQyMDQ4NzI3ODYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac27d1d51034d98a8ca4ba6276a7d46131870cc6fd2f3dfa405d6607ff1b24f894
hovercard-subject-tagpull_request:2793094814
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,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/python/python-docs-theme/pull/252/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 actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 Wha...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefdfdce9cd4f6ab85dca2b0d11264270829297c962dd5a79df449062d7822258f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/python-docs-theme git https://github.com/python/python-docs-theme.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id93341818
octolytics-dimension-repository_nwopython/python-docs-theme
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id93341818
octolytics-dimension-repository_network_root_nwopython/python-docs-theme
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release51c736e60b302bd039c9d5164573d176ceb24bb2
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/python-docs-theme/pull/252/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-theme%2Fpull%2F252%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2Fpython%2Fpython-docs-theme%2Fpull%2F252%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=python%2Fpython-docs-theme
Reloadhttps://github.com/python/python-docs-theme/pull/252/files
Reloadhttps://github.com/python/python-docs-theme/pull/252/files
Reloadhttps://github.com/python/python-docs-theme/pull/252/files
python https://github.com/python
python-docs-themehttps://github.com/python/python-docs-theme
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/files
Notifications https://github.com/login?return_to=%2Fpython%2Fpython-docs-theme
Fork 75 https://github.com/login?return_to=%2Fpython%2Fpython-docs-theme
Star 84 https://github.com/login?return_to=%2Fpython%2Fpython-docs-theme
Code https://github.com/python/python-docs-theme
Issues 12 https://github.com/python/python-docs-theme/issues
Pull requests 4 https://github.com/python/python-docs-theme/pulls
Actions https://github.com/python/python-docs-theme/actions
Projects 0 https://github.com/python/python-docs-theme/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/python-docs-theme/security
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/files
Insights https://github.com/python/python-docs-theme/pulse
Code https://github.com/python/python-docs-theme
Issues https://github.com/python/python-docs-theme/issues
Pull requests https://github.com/python/python-docs-theme/pulls
Actions https://github.com/python/python-docs-theme/actions
Projects https://github.com/python/python-docs-theme/projects
Security https://github.com/python/python-docs-theme/security
Insights https://github.com/python/python-docs-theme/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fpython-docs-theme%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fpython-docs-theme%2Fissues%2Fnew%2Fchoose
hugovkhttps://github.com/hugovk
mainhttps://github.com/python/python-docs-theme/tree/main
dependabot/github_actions/actions-7921bc0373https://github.com/python/python-docs-theme/tree/dependabot/github_actions/actions-7921bc0373
Conversation 0 https://github.com/python/python-docs-theme/pull/252
Commits 1 https://github.com/python/python-docs-theme/pull/252/commits
Checks 21 https://github.com/python/python-docs-theme/pull/252/checks
Files changed 3 https://github.com/python/python-docs-theme/pull/252/files
Bump the actions group with 2 updates https://github.com/python/python-docs-theme/pull/252/files#top
Show all changes 1 commit https://github.com/python/python-docs-theme/pull/252/files
18b7d00 Bump the actions group with 2 updates dependabot[bot] Sep 2, 2025 https://github.com/python/python-docs-theme/pull/252/commits/18b7d00b0c03d022f6bbec446b220697c78edae9
Clear filters https://github.com/python/python-docs-theme/pull/252/files
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/files
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/files
lint.yml https://github.com/python/python-docs-theme/pull/252/files#diff-107e910e9f2ebfb9a741fa10b2aa7100cc1fc4f5f3aca2dfe78b905cbd73c0d2
pypi-package.yml https://github.com/python/python-docs-theme/pull/252/files#diff-e384c8ffb0530c874a6ac6d3432e395b27baff06a35ce826048a0492dd330401
tests.yml https://github.com/python/python-docs-theme/pull/252/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
.github/workflows/lint.ymlhttps://github.com/python/python-docs-theme/pull/252/files#diff-107e910e9f2ebfb9a741fa10b2aa7100cc1fc4f5f3aca2dfe78b905cbd73c0d2
View file https://github.com/python/python-docs-theme/blob/18b7d00b0c03d022f6bbec446b220697c78edae9/.github/workflows/lint.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/python-docs-theme/pull/252/{{ revealButtonHref }}
https://github.com/python/python-docs-theme/pull/252/files#diff-107e910e9f2ebfb9a741fa10b2aa7100cc1fc4f5f3aca2dfe78b905cbd73c0d2
https://github.com/python/python-docs-theme/pull/252/files#diff-107e910e9f2ebfb9a741fa10b2aa7100cc1fc4f5f3aca2dfe78b905cbd73c0d2
.github/workflows/pypi-package.ymlhttps://github.com/python/python-docs-theme/pull/252/files#diff-e384c8ffb0530c874a6ac6d3432e395b27baff06a35ce826048a0492dd330401
View file https://github.com/python/python-docs-theme/blob/18b7d00b0c03d022f6bbec446b220697c78edae9/.github/workflows/pypi-package.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/python-docs-theme/pull/252/{{ revealButtonHref }}
https://github.com/python/python-docs-theme/pull/252/files#diff-e384c8ffb0530c874a6ac6d3432e395b27baff06a35ce826048a0492dd330401
https://github.com/python/python-docs-theme/pull/252/files#diff-e384c8ffb0530c874a6ac6d3432e395b27baff06a35ce826048a0492dd330401
https://github.com/python/python-docs-theme/pull/252/files#diff-e384c8ffb0530c874a6ac6d3432e395b27baff06a35ce826048a0492dd330401
.github/workflows/tests.ymlhttps://github.com/python/python-docs-theme/pull/252/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
View file https://github.com/python/python-docs-theme/blob/18b7d00b0c03d022f6bbec446b220697c78edae9/.github/workflows/tests.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/python-docs-theme/pull/252/{{ revealButtonHref }}
https://github.com/python/python-docs-theme/pull/252/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/python/python-docs-theme/pull/252/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/python/python-docs-theme/pull/252/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/python/python-docs-theme/pull/252/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/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.