René's URL Explorer Experiment


Title: Update JamesIves/github-pages-deploy-action action to v4.4.1 by renovate[bot] · Pull Request #8 · TheProgramSrc/SimpleCore-NetworkingModule · GitHub

Open Graph Title: Update JamesIves/github-pages-deploy-action action to v4.4.1 by renovate[bot] · Pull Request #8 · TheProgramSrc/SimpleCore-NetworkingModule

X Title: Update JamesIves/github-pages-deploy-action action to v4.4.1 by renovate[bot] · Pull Request #8 · TheProgramSrc/SimpleCore-NetworkingModule

Description: This PR contains the following updates: Package Type Update Change JamesIves/github-pages-deploy-action action minor 4.1.7 -> v4.4.1 Release Notes JamesIves/github-pages-deploy-action v4.4.1 Compare Source What's Changed The action now fully runs on Node 16. (Thank you @​nickmccurdy) Changelog Bump eslint-plugin-jest from 26.5.3 to 26.7.0 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1177 Bump @​types/node from 18.0.6 to 18.6.3 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1178 Bump @​actions/core from 1.9.0 to 1.9.1 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1186 Bump eslint-plugin-jest from 26.7.0 to 26.8.3 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1193 Bump @​types/node from 18.6.3 to 18.7.6 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1195 Typographical Error by @​sojinsamuel in https://github.com/JamesIves/github-pages-deploy-action/pull/1197 Typographical Error by @​sojinsamuel in https://github.com/JamesIves/github-pages-deploy-action/pull/1198 Bump eslint-plugin-jest from 26.8.3 to 26.8.7 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1200 Bump @​types/node from 18.7.6 to 18.7.13 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1202 Bump typescript from 4.7.4 to 4.8.3 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1215 Bump eslint-plugin-jest from 26.8.7 to 27.0.4 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1216 Bump @​types/node from 18.7.13 to 18.7.18 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1219 Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1220 Use Node 16 by @​nickmccurdy in https://github.com/JamesIves/github-pages-deploy-action/pull/1221 Bump @​types/node from 18.7.18 to 18.8.0 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1233 Bump typescript from 4.8.3 to 4.8.4 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1227 Bump @​actions/core from 1.9.1 to 1.10.0 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1230 Bump @​actions/github from 5.0.3 to 5.1.1 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1232 New Contributors @​sojinsamuel made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1197 Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.1 v4.4.0 Compare Source What's Changed Adding tag option to action by @​germa89 in https://github.com/JamesIves/github-pages-deploy-action/pull/1142 - this can be used by applying a version number to your workflow. You can source this input via a workflow variable to dynamically add a tag to a branch on each deployment. You can find more information about how to use this field in the readme. fix: 🐛 Fixes an issue where informational messages are throwing errors by in https://github.com/JamesIves/github-pages-deploy-action/pull/1168 Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1159 Bump @​types/node from 18.0.0 to 18.0.6 by @​dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1169 New Contributors @​germa89 made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1142 Sponsors ❤️ Special thanks to @​github for their generous sponsorship contributions.    Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.0 v4.3.4 Compare Source Minor Changes The branch parameter is no longer required. It now defaults to gh-pages. Linting scripts have been updated to ensure that everything across the repo gets picked up. Numerous dependency updates. New Contributors @​nickmccurdy made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1155 Sponsors ❤️ Special thanks to @​github for their generous sponsorship contributions.    Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.3.4 v4.3.3 Compare Source Changes Resolves an issue in some workflows that were caused by a recent change to permission handling. v4.3.2 Compare Source Changes Resolves an issue with folder permissions that causes an issue in container workflows when rsync attempts to run. v4.3.1 Compare Source Changes Resolves an issue caused by Git 2.36 when running the action within a container. The working directory is now added to the safe.directory global directory. Integration tests have been updated so one of the samples run in a Docker container so this gets picked up by integration tests in the future. v4.3.0 Compare Source Changes Implements a new option available behind a flag, force. If set to false the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future version false will be set as the default. Massive thanks to @​rossjrw for this feature addition. Modified the Node version which the action is developed/tested against from 14 to 16. Minor Changes Third-party dependency updates. Test coverage improvements. v4.2.5 Compare Source Minor Changes Corrects an issue in the publishing pipeline that was causing workflow failures. v4.2.4 Compare Source Minor Changes Modified how workflow notices get displayed. (#​1033 Thanks to @​hemberger) Dependency upgrades. v4.2.3 Compare Source Minor Changes Improved action logging. This is part 1 or 2 updates that will make the logs easier to traverse. Warnings and notices are now provided so you don't need to expand the logs to get the termination message. Dependency bumps across the board. v4.2.2 Compare Source Minor Changes Introduces major version tags. You can now point your workflow to JamesIves/github-pages-deploy-action@v4 if you'd like to always have the most cutting edge changes outside of using the release branch directly. The version tags for this project now include a v to be consistent with other officially provided actions by GitHub. You can use JamesIves/github-pages-deploy-action@v4.2.2 for instance. Dependabot should pick up this change automatically. v4.2.1 Compare Source Minor Changes Resolves an issue where the operating system warning was showing incorrectly. v4.2.0 Compare Source Happy New Year 2022! Minor Changes Implements a warning if you're using an unsupported operating system. This will occur if the workflow runs within MacOS or Windows. The workflow will not be cancelled. The action is now case insensitive, allowing you to make casing changes to files so long as you commit them using the git mv command prior to the workflow running. (#​895) Fixes an issue that was causing single-commit to fail when using repository-name if the branch name was equal from the origin to destination. (#​665) Enabled Dependabot updates for the GitHub Actions that are used as part of the projects integration tests. Made improvements to the issue template. Modified the dev container so it now properly runs on Node 14 when used within GitHub Codespaces. Modified the default exclude list to use an enum value to ensure accuracy. Dependency upgrades. v4.1.9 Compare Source Minor Changes Dependency/security updates from third parties. v4.1.8 Compare Source Minor Changes Library dependency and security bumps. README modifications. New Contributors @​anushbhatia made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/924 Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8 Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR has been generated by Mend Renovate. View repository job log here.

Open Graph Description: This PR contains the following updates: Package Type Update Change JamesIves/github-pages-deploy-action action minor 4.1.7 -> v4.4.1 Release Notes JamesIves/github-pages-deploy-actio...

X Description: This PR contains the following updates: Package Type Update Change JamesIves/github-pages-deploy-action action minor 4.1.7 -> v4.4.1 Release Notes JamesIves/github-pages-deploy-a...

Opengraph URL: https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:08260c07-814d-8bee-59a9-1851779af4b3
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idED86:1443F5:260BD4:37FB91:6A61D91A
html-safe-nonce794cde3d5efdeac4e33f6f4cd47818fc63aff359abf7cd88975f838b5f750148
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDg2OjE0NDNGNToyNjBCRDQ6MzdGQjkxOjZBNjFEOTFBIiwidmlzaXRvcl9pZCI6IjMzMTQxNjMwNDcwMzcyNjIxMDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac3a54582aaf46f15de5dbfced5557e1f24b056f067a7f48ac498c9ade7067d03e
hovercard-subject-tagpull_request:935469299
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/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Type Update Change JamesIves/github-pages-deploy-action action minor 4.1.7 -> v4.4.1 Release Notes JamesIves/github-pages-deploy-actio...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb2de8c74e5e61e893155ba46ee41bc66170c1644cb795adefa8386d490f7781c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/TheProgramSrc/SimpleCore-NetworkingModule git https://github.com/TheProgramSrc/SimpleCore-NetworkingModule.git
octolytics-dimension-user_id72344358
octolytics-dimension-user_loginTheProgramSrc
octolytics-dimension-repository_id443616247
octolytics-dimension-repository_nwoTheProgramSrc/SimpleCore-NetworkingModule
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id443616247
octolytics-dimension-repository_network_root_nwoTheProgramSrc/SimpleCore-NetworkingModule
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
released1866027ded575df8a15c731dd8b9986c9483ceb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fpull%2F8%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%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fpull%2F8%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=TheProgramSrc%2FSimpleCore-NetworkingModule
Reloadhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Reloadhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Reloadhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
TheProgramSrc https://github.com/TheProgramSrc
SimpleCore-NetworkingModulehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Notifications https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule
Fork 0 https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule
Star 0 https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule
Code https://github.com/TheProgramSrc/SimpleCore-NetworkingModule
Issues 1 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/issues
Pull requests 10 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulls
Actions https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/actions
Projects https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/projects
Security and quality 0 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/security
Insights https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulse
Code https://github.com/TheProgramSrc/SimpleCore-NetworkingModule
Issues https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/issues
Pull requests https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulls
Actions https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/actions
Projects https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/projects
Security and quality https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/security
Insights https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fissues%2Fnew%2Fchoose
Im-Franhttps://github.com/Im-Fran
masterhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/tree/master
renovate/jamesives-github-pages-deploy-action-4.xhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/tree/renovate/jamesives-github-pages-deploy-action-4.x
Conversation 0 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8
Commits 1 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/commits
Checks 0 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/checks
Files changed https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Update JamesIves/github-pages-deploy-action action to v4.4.1 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files#top
Show all changes 1 commit https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
7e9be25 Update JamesIves/github-pages-deploy-action action to v4.4.0 renovate[bot] Sep 25, 2022 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/commits/7e9be254d11a9ce43ab95b8a66ae386c5d736f55
Clear filters https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files
.github/workflows/gradle-build.ymlhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files#diff-f40eb8ed4938a938963faf4e9f9f40cf7f965728b47bbac3653c6b39fc88a58e
View file https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/blob/7e9be254d11a9ce43ab95b8a66ae386c5d736f55/.github/workflows/gradle-build.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/{{ revealButtonHref }}
https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files#diff-f40eb8ed4938a938963faf4e9f9f40cf7f965728b47bbac3653c6b39fc88a58e
https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/8/files#diff-f40eb8ed4938a938963faf4e9f9f40cf7f965728b47bbac3653c6b39fc88a58e
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.