chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9 #54

Open
renovate-bot wants to merge 1 commit from renovate/jamesives-github-pages-deploy-action-4.x into master
Member

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch v4.6.4 -> v4.6.9

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.9

Compare Source

What's Changed

Dependencies 🤖
  • chore(deps): mass bump dependencies
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9

v4.6.8

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #​1694.
  • fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #​1689.
Testing 🧪
  • test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @​v4). This was done to combat problems raised by #​1697.

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8

v4.6.7

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

Compare Source

What's Changed

Bug Fixes 🐝
  • revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.

v4.6.5

Compare Source

What's Changed

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) | action | patch | `v4.6.4` -> `v4.6.9` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.6.9`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.9) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.8...v4.6.9) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed ##### Dependencies 🤖 - chore(deps): mass bump dependencies - chore(deps): switch to using `.node-version` instead of `.nvmrc` for Node dependency management. - chore(deps): updated node version to 22.11.0 for development **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9 ### [`v4.6.8`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.8) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.7...v4.6.8) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed ##### Bug Fixes 🐝 - fix: :bug: Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - [#&#8203;1694](https://github.com/JamesIves/github-pages-deploy-action/issues/1694). - fix: Resolved a rare deployment error where the action would complain that `origin/${branch_name} is not a commit and a branch cannot be created from it`. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - [#&#8203;1689](https://github.com/JamesIves/github-pages-deploy-action/issues/1689). ##### Testing 🧪 - test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (`ie @&#8203;v4`). This was done to combat problems raised by [#&#8203;1697](https://github.com/JamesIves/github-pages-deploy-action/issues/1697). **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8 ### [`v4.6.7`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.7) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.6.7) #### What's Changed ##### Bug Fixes 🐝 - fix: resolved an issue where `main.js` was not found in the v4 major tag. ### [`v4.6.6`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.6) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) #### What's Changed ##### Bug Fixes 🐝 - revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later. ### [`v4.6.5`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.5) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.4...v4.6.5) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed #### What's Changed ##### Bug Fixes 🐝 - fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances. **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-09-27 21:30:25 +05:30
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.5 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.6 2024-09-27 23:30:34 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 4cb94050ea to f3e9d958b3 2024-09-27 23:30:35 +05:30 Compare
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.6 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.7 2024-09-28 18:00:23 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from f3e9d958b3 to 24d96b30aa 2024-09-28 18:00:24 +05:30 Compare
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.7 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 2024-09-29 22:00:34 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 24d96b30aa to 7376e39779 2024-09-29 22:00:35 +05:30 Compare
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9 2024-11-11 05:02:01 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 7376e39779 to 363517fcc9 2024-11-11 05:02:01 +05:30 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jamesives-github-pages-deploy-action-4.x:renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge --ff-only renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x
git rebase master
git checkout master
git merge --no-ff renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge --squash renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge --ff-only renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge renovate/jamesives-github-pages-deploy-action-4.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/cli#54
No description provided.