0ko 
								
							 
						 
						
							
							
								
							
							
	dd1523c72e  
						 
						
							
							
								
								
								fix(ui): correct switch ordering ( #6576 )  
							
							... 
							
							
							
							
							Regressions of #6459  and #6542 :
`templates/repo/issue/navbar.tmpl`:
* `issue-list-navbar` is the ordering class which was incorrectly removed
* and then it was incorrectly replaced with `list-header-toggle`
`templates/repo/issue/openclose.tmpl`:
* it did not have ordering rules in the first place
* but then `list-header-toggle` was incorrectly applied to it
Thanks to @fnetX for spotting and notifying!
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6576 
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-15 19:56:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Otto Richter 
								
							 
						 
						
							
							
								
							
							
	e7299eb0fb  
						 
						
							
							
								
								
								tests(e2e): Mask user heatmap in screenshots  
							
							... 
							
							
							
							
							It depends on both relative activity and date the test is run on 
							
						 
						
							2025-01-15 19:16:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Otto Richter 
								
							 
						 
						
							
							
								
							
							
	f7ba8f0e41  
						 
						
							
							
								
								
								tests(e2e): Do not fail early when comparing screenshots  
							
							... 
							
							
							
							
							Also set a unique outputDir so that artifacts are preserved and not overwritten by the following tests. 
							
						 
						
							2025-01-15 19:16:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Otto Richter 
								
							 
						 
						
							
							
								
							
							
	a975b6ab94  
						 
						
							
							
								
								
								tests(e2e): Explicitly generate screenshots  
							
							... 
							
							
							
							
							As per https://codeberg.org/forgejo/forgejo/pulls/6400 , the after hook runs for every test, resulting in duplicated screenshots.
Not all tests are supposed to generate screenshots, especially because they could be flaky (also see 206d4cfb7a 
							
						 
						
							2025-01-15 15:09:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	c81e5fe123  
						 
						
							
							
								
								
								chore(release-notes): Forgejo v10.0.0 ( #6408 )  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6408  
							
						 
						
							2025-01-15 08:09:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	92a5fe04c6  
						 
						
							
							
								
								
								Squash translation updates  
							
							
							
							
						 
						
							2025-01-15 07:40:18 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									forgejo-release-manager 
								
							 
						 
						
							
							
								
							
							
	c30d13b97c  
						 
						
							
							
								
								
								chore(release-notes): Forgejo v10.0.0  
							
							
							
							
						 
						
							2025-01-15 07:19:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jaime merino 
								
							 
						 
						
							
							
								
							
							
	9f842f0dec  
						 
						
							
							
								
								
								Add search action jobs for API routes, repo, org and global level ( #6300 )  
							
							... 
							
							
							
							
							This PR wants to improve information of the tasks waiting to be executed on a global, organization, user and repository leve.
The main motivation is explained here https://codeberg.org/forgejo/discussions/issues/241 
## Checklist
The [contributor guide](https://forgejo.org/docs/next/contributor/ ) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md ). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org ).
### Tests
- I added test coverage for Go changes...
  - [x] in their respective `*_test.go` for unit tests.
  - [x] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests )).
### Documentation
- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs ) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.
### Release notes
- [ ] I do not want this change to show in the release notes.
- [x] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
<!--start release-notes-assistant-->
## Release notes
<!--URL:https://codeberg.org/forgejo/forgejo-- >
- Features
  - [PR](https://codeberg.org/forgejo/forgejo/pulls/6300 ): <!--number 6300 --><!--line 0 --><!--description QWRkIHNlYXJjaCBhY3Rpb24gam9icyBmb3IgQVBJIHJvdXRlcywgcmVwbywgb3JnIGFuZCBnbG9iYWwgbGV2ZWw=-->Add search action jobs for API routes, repo, org and global level<!--description-->
<!--end release-notes-assistant-->
Co-authored-by: jaime merino <jaime.merino_mora@mail.schwarzª>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6300 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Jaime merino <cobak78@gmail.com>
Co-committed-by: Jaime merino <cobak78@gmail.com> 
							
						 
						
							2025-01-14 11:17:42 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	a013acb632  
						 
						
							
							
								
								
								Update  https://data.forgejo.org/infrastructure/issue-action  action to v1.3.0 (forgejo) ( #6563 )  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6563 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-14 07:07:49 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Codeberg Translate 
								
							 
						 
						
							
							
								
							
							
	d717c78ea0  
						 
						
							
							
								
								
								i18n: update of translations from Codeberg Translate ( #6515 )  
							
							... 
							
							
							
							
							Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org>
Co-authored-by: Edgarsons <edgarsons@users.noreply.translate.codeberg.org>
Co-authored-by: div72 <div72@users.noreply.translate.codeberg.org>
Co-authored-by: tkbremnes <tkbremnes@users.noreply.translate.codeberg.org>
Co-authored-by: artnay <artnay@users.noreply.translate.codeberg.org>
Co-authored-by: Outbreak2096 <outbreak2096@users.noreply.translate.codeberg.org>
Co-authored-by: Protestant <protestant@users.noreply.translate.codeberg.org>
Co-authored-by: micash <micash@users.noreply.translate.codeberg.org>
Co-authored-by: Ikuyo Mita <ikuyo@users.noreply.translate.codeberg.org>
Co-authored-by: tacaly <frederick@tacaly.com>
Co-authored-by: burakozaydin <burakozaydin@users.noreply.translate.codeberg.org>
Co-authored-by: kdh8219 <kdh8219@monamo.dev>
Co-authored-by: Juno Takano <jutty@users.noreply.translate.codeberg.org>
Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org>
Co-authored-by: justbispo <justbispo@users.noreply.translate.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6515 
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org>
Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org> 
							
						 
						
							2025-01-14 06:49:06 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	a87d07f4d2  
						 
						
							
							
								
								
								Update dependency katex to v0.16.20 (forgejo) ( #6548 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [katex](https://katex.org ) ([source](https://github.com/KaTeX/KaTeX )) | dependencies | patch | [`0.16.18` -> `0.16.20`](https://renovatebot.com/diffs/npm/katex/0.16.18/0.16.20 ) |
---
### Release Notes
<details>
<summary>KaTeX/KaTeX (katex)</summary>
### [`v0.16.20`](https://github.com/KaTeX/KaTeX/blob/HEAD/CHANGELOG.md#01620-2025-01-12 )
[Compare Source](https://github.com/KaTeX/KaTeX/compare/v0.16.19...v0.16.20 )
##### Bug Fixes
-   \providecommand does not overwrite existing macro ([#​4000](https://github.com/KaTeX/KaTeX/issues/4000 )) ([6d30fe4](6d30fe47b0https://github.com/KaTeX/KaTeX/issues/3928 )
### [`v0.16.19`](https://github.com/KaTeX/KaTeX/blob/HEAD/CHANGELOG.md#01619-2024-12-29 )
[Compare Source](https://github.com/KaTeX/KaTeX/compare/v0.16.18...v0.16.19 )
##### Bug Fixes
-   **types:** improve `strict` function type ([#​4009](https://github.com/KaTeX/KaTeX/issues/4009 )) ([4228b4e](4228b4eb52📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6548 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-13 22:10:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	30c7a0b947  
						 
						
							
							
								
								
								Make switch larger on touchscreen devices ( #6546 )  
							
							... 
							
							
							
							
							Followup to https://codeberg.org/forgejo/forgejo/pulls/6459 .
Usually it's quite hard to have inputs with balanced size that works for both desktop and mobile: it's either too large or too small for one of them. I think this can be a solution for this new element.
I tried it locally, it feels good on a phone. There's likely one downside which is that the switch will still be larger on touch devices even when they're wide, like on tablets. I think it can be resolved separately at some point. It isn't a problem on small devices because usually these elements go on separate rows.
## Preview
This change only affects touch devices.
|Before|After|
|-|-|
|||
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6546 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-13 17:28:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	4e6f8dd57a  
						 
						
							
							
								
								
								Use redesigned switch on commit graph page ( #6545 )  
							
							... 
							
							
							
							
							[skip ci] no related tests (covered by visual testing only)
Followup to https://codeberg.org/forgejo/forgejo/pulls/5214  and https://codeberg.org/forgejo/forgejo/pulls/6459 .
Resolves https://codeberg.org/forgejo/forgejo/issues/2852 .
## Preview
|Before|After|
|-|-|
|||
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6545 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-13 17:20:32 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	03fe21d020  
						 
						
							
							
								
								
								Use flex for switch items ( #6544 )  
							
							... 
							
							
							
							
							[skip ci] no related tests (covered by visual testing only)
Followup to https://codeberg.org/forgejo/forgejo/pulls/6459 .
More specifically, to https://codeberg.org/forgejo/forgejo/pulls/6459#issuecomment-2562521 . Thanks, @viceice!
I found a good reason to use `display: flex;` for the switch items: it prevents whitespaces between HTML tags from showing up between the icon and the text.
I was wondering why the new switch is wider, now I noticed why while playing with it. Lack of this additional whitespace looks better and is consistent with most of the UI.
## Preview
|Description|Image|
|-|-|
|The margin that's supposed to be (no whitespace)||
|Redesigned switch before||
|After||
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6544 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-13 17:10:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	9a608a034d  
						 
						
							
							
								
								
								feat: add a buffer writer to the logger, for internal use ( #6551 )  
							
							... 
							
							
							
							
							Identical to console, file or conn but writes to a buffer instead.
It is useful in two contexts:
- tests that need to assert the logs in a way that is simpler than
  LogChecker.
- capturing the logs of a given task to display in the web UI,
  return from the API, etc.
Since all logged events at a given level are written to the buffer by default, it is best used with WriterMode.Expression to only keep the log lines of interest.
## Checklist
The [contributor guide](https://forgejo.org/docs/next/contributor/ ) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md ). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org ).
### Tests
- I added test coverage for Go changes...
  - [x] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests )).
### Documentation
- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs ) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.
### Release notes
- [x] I do not want this change to show in the release notes.
- [ ] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6551 
Reviewed-by: Antonin Delpeuch <wetneb@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org> 
							
						 
						
							2025-01-13 13:40:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	0858a879e5  
						 
						
							
							
								
								
								Prevent vertical stretching of the switch ( #6543 )  
							
							... 
							
							
							
							
							Followup to https://codeberg.org/forgejo/forgejo/pulls/6459  and https://codeberg.org/forgejo/forgejo/pulls/6542 .
There are some edge cases where the UI would try to stretch the switch. Such inputs aren't really supposed to be dynamically stretched like this because it never looks good. So, I added a few rules to prevent this.
## Preview
This is the edge case with an artificially narrow screen.
|Before|After|
|-|-|
|||
No visual changes are expected outside of such edge case.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6543 
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-13 08:28:30 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	2ff408c8c8  
						 
						
							
							
								
								
								Apply switch redesign to more areas ( #6542 )  
							
							... 
							
							
							
							
							[skip ci] no relevant tests
Followup to https://codeberg.org/forgejo/forgejo/pulls/6459 .
This PR applies the new switch design to areas where it is simple to apply and no other interventions are needed other than switching classes.
Also, added back the utility class `list-header-toggle` to a few places where it was removed in https://codeberg.org/forgejo/forgejo/pulls/6459 . It is used for item reordering on smaller screens and it isn't actually needed in those areas (does nothing because of too wide elements), but it wasn't supposed to be removed.
The affected areas also include the menus in notifications. This is a followup to https://codeberg.org/forgejo/forgejo/pulls/3175  which should make the unchosen item look more obviously as an interactive element.
## Preview
|Area|Before|After|
|-|-|-|
|`projects/list.tmpl`|||
|`repo/issue/navbar.tmp`||No visible change|
|`repo/issue/openclose.tmpl`||No visible change|
|`.../dashboard/issues.tmpl`|||
|`.../dashboard/milestones.tmpl`|||
|`.../notification_div.tmpl`|||
|`.../notification_subscriptions.tmpl`|||
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6542 
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-13 08:28:06 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	333f384bc8  
						 
						
							
							
								
								
								Fix minor misalignment ( #6541 )  
							
							... 
							
							
							
							
							[skip ci] no relevant tests
It's been there for a while. `flex-start` causes all items to stick to one side and be misaligned if they have different heights.
`align-items` isn't actually needed in this area when the goal is centered vertical alignment, however, unsetting it _could_ break items' height. I couldn't make it do that, but to be safe I kept it and only replaced the value.
## Preview
||
|-|
||
There's no difference when they're broken into two rows, on mobile.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6541 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org> 
							
						 
						
							2025-01-13 08:27:42 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	fc07b95d67  
						 
						
							
							
								
								
								Update module code.gitea.io/sdk/gitea to v0.20.0 (forgejo) ( #6528 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| code.gitea.io/sdk/gitea | require | minor | `v0.17.1` -> `v0.20.0` |
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6528 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-13 04:59:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Zsombor Gegesy 
								
							 
						 
						
							
							
								
							
							
	af5d96e2cc  
						 
						
							
							
								
								
								Do not report warning when git shows new reference ( #6540 )  
							
							... 
							
							
							
							
							## Checklist
The [contributor guide](https://forgejo.org/docs/next/contributor/ ) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md ). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org ).
### Tests
- I added test coverage for Go changes...
  - [X] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests )).
### Documentation
- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs ) to explain to Forgejo users how to use this change.
- [X] I did not document these changes and I do not expect someone else to do it.
### Release notes
- [x] I do not want this change to show in the release notes.
- [ ] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6540 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Zsombor Gegesy <gzsombor@gmail.com>
Co-committed-by: Zsombor Gegesy <gzsombor@gmail.com> 
							
						 
						
							2025-01-13 04:52:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	011ac8df44  
						 
						
							
							
								
								
								Update renovate Docker tag to v39.106.0 (forgejo) ( #6550 )  
							
							... 
							
							
							
							
							Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-13 04:50:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	dd063409e3  
						 
						
							
							
								
								
								Update data.forgejo.org/renovate/renovate Docker tag to v39.106.0 (forgejo) ( #6547 )  
							
							... 
							
							
							
							
							Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-13 04:45:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	f2feb34927 
 
						 
						
							
							
								
								
								chore(performance): loadCommentsByType sets Issues  
							
							... 
							
							
							
							
							Keep the setting of comment.Issues from the refactor. It is cheap and
potentially saves loading the issue again.
Former title: Some small refactors (#33144 )
(cherry picked from commit d3083d21981f9445cf7570956a1fdedfc8578b56)
Conflicts:
	models/issues/comment_list.go
	models/issues/issue_list.go
	routers/web/repo/issue_view.go 
							
						 
						
							2025-01-12 17:52:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thilina Jayanath 
								
							 
						 
						
							
							
								
							
							
	ed96852fdb  
						 
						
							
							
								
								
								fix: enable releases and/or wiki if user set the options in repo migration ( #6051 )  
							
							... 
							
							
							
							
							## Checklist
The [contributor guide](https://forgejo.org/docs/next/contributor/ ) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md ). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org ).
### Tests
- I added test coverage for Go changes...
  - [ ] in their respective `*_test.go` for unit tests.
  - [x] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests )).
### Documentation
- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs ) to explain to Forgejo users how to use this change.
- [ ] I did not document these changes and I do not expect someone else to do it.
### Release notes
- [ ] I do not want this change to show in the release notes.
- [ ] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6051 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Thilina Jayanath <thilina91@gmail.com>
Co-committed-by: Thilina Jayanath <thilina91@gmail.com> 
							
						 
						
							2025-01-12 09:16:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	d09b8ba9cf 
 
						 
						
							
							
								
								
								Fix fuzz test ( #33156 )  
							
							... 
							
							
							
							
							(cherry picked from commit ba5e3a5161a497aa8c73827774870fb94676e68b) 
							
						 
						
							2025-01-12 09:02:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									yp05327 
								
							 
						 
						
							
							
								
							
							
	
	
	f809052193 
 
						 
						
							
							
								
								
								Support the new exit code for git remote subcommands for git version >=2.30.0 ( #33129 )  
							
							... 
							
							
							
							
							Fix  #32889 
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 0d7d2ed39d0c0435cdc6403ee7764850154dca5a)
Conflicts:
	modules/git/remote.go
  trivial context conflict 
						
							2025-01-12 08:52:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	263b55fda8  
						 
						
							
							
								
								
								Update x/tools (forgejo) ( #6537 )  
							
							... 
							
							
							
							
							Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-12 06:11:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	20b401601c  
						 
						
							
							
								
								
								Update module code.forgejo.org/forgejo/act to v1.23.1 (forgejo) ( #6535 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [code.forgejo.org/forgejo/act](https://code.forgejo.org/forgejo/act ) | replace | minor | `v1.22.0` -> `v1.23.1` |
---
### Release Notes
<details>
<summary>forgejo/act (code.forgejo.org/forgejo/act)</summary>
### [`v1.23.1`](https://code.forgejo.org/forgejo/act/compare/v1.23.0...v1.23.1 )
[Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.23.0...v1.23.1 )
### [`v1.23.0`](https://code.forgejo.org/forgejo/act/compare/v1.22.2...v1.23.0 )
[Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.22.2...v1.23.0 )
### [`v1.22.2`](https://code.forgejo.org/forgejo/act/compare/v1.22.1...v1.22.2 )
[Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.22.1...v1.22.2 )
### [`v1.22.1`](https://code.forgejo.org/forgejo/act/compare/v1.22.0...v1.22.1 )
[Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.22.0...v1.22.1 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6535 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-12 06:08:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	b3626f0208  
						 
						
							
							
								
								
								Update dependency asciinema-player to v3.8.2 (forgejo) ( #6518 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [asciinema-player](https://github.com/asciinema/asciinema-player ) | dependencies | patch | [`3.8.0` -> `3.8.2`](https://renovatebot.com/diffs/npm/asciinema-player/3.8.0/3.8.2 ) |
---
### Release Notes
<details>
<summary>asciinema/asciinema-player (asciinema-player)</summary>
### [`v3.8.2`](https://github.com/asciinema/asciinema-player/releases/tag/v3.8.2 ): 3.8.2
[Compare Source](https://github.com/asciinema/asciinema-player/compare/v3.8.1...v3.8.2 )
Notable changes:
-   fixed blinking of ascii drawing chars ([#​273](https://github.com/asciinema/asciinema-player/issues/273 ))
-   background color is no longer brightened (value + 8) when blink attribute is set - this caused ugly rendering in some scenarios, and no terminals I tested do this either
### [`v3.8.1`](https://github.com/asciinema/asciinema-player/releases/tag/v3.8.1 ): 3.8.1
[Compare Source](https://github.com/asciinema/asciinema-player/compare/v3.8.0...v3.8.1 )
Notable changes:
-   upgraded avt to the latest version
-   added `dist/bundle/asciinema-player.min.js` to package exports to allow pre-3.8.0 usage ([#​263](https://github.com/asciinema/asciinema-player/issues/263 ))
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6518 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-11 10:18:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	f9e6b3e162  
						 
						
							
							
								
								
								Update renovate Docker tag to v39.103.0 (forgejo) ( #6529 )  
							
							... 
							
							
							
							
							Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-11 06:49:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	98edc27088  
						 
						
							
							
								
								
								Update module github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker to v3.1.1 (forgejo) ( #6520 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker ) | minor | `v3.0.3` -> `v3.1.1` |
---
### Release Notes
<details>
<summary>editorconfig-checker/editorconfig-checker (github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker)</summary>
### [`v3.1.1`](https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.1.1 )
[Compare Source](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.1.0...v3.1.1 )
##### Bug Fixes
-   dockerfile expected binary at /, not /usr/bin/ [#​410](https://github.com/editorconfig-checker/editorconfig-checker/issues/410 ) ([#​411](https://github.com/editorconfig-checker/editorconfig-checker/issues/411 )) ([2c82197](2c821979c0https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.1.0 )
[Compare Source](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.0.3...v3.1.0 )
##### Features
-   add zip version when compressing all binaries ([#​321](https://github.com/editorconfig-checker/editorconfig-checker/issues/321 )) ([#​362](https://github.com/editorconfig-checker/editorconfig-checker/issues/362 )) ([f1bb625](f1bb625f25https://github.com/editorconfig-checker/editorconfig-checker/issues/360 )) ([cf4ae1c](cf4ae1ccedhttps://github.com/editorconfig-checker/editorconfig-checker/issues/363 )) ([6116ec6](6116ec6685https://github.com/editorconfig-checker/editorconfig-checker/issues/367 )) ([282c315](282c315bd1https://github.com/editorconfig-checker/editorconfig-checker/issues/375 )) ([cb0039c](cb0039cfe6https://github.com/editorconfig-checker/editorconfig-checker/issues/405 )) ([3c03499](3c034994cbhttps://github.com/editorconfig-checker/editorconfig-checker/issues/389 )) ([d33b81c](d33b81cc71https://github.com/editorconfig-checker/editorconfig-checker/issues/403 )) ([617c6d4](617c6d44b5https://github.com/editorconfig-checker/editorconfig-checker/issues/386 )) ([25e3542](25e3542ee4📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6520 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-10 08:55:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	8ac310bdfd  
						 
						
							
							
								
								
								Update module gitlab.com/gitlab-org/api/client-go to v0.119.0 (forgejo) ( #6521 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go ) | require | minor | `v0.116.0` -> `v0.119.0` |
---
### Release Notes
<details>
<summary>gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)</summary>
### [`v0.119.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.119.0 )
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.118.0...v0.119.0 )
#### 0.119.0 (2025-01-07)
No changes.
### [`v0.118.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.118.0 )
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.117.0...v0.118.0 )
#### 0.118.0 (2024-12-20)
No changes.
### [`v0.117.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.117.0 )
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.116.0...v0.117.0 )
#### 0.117.0 (2024-12-16)
No changes.
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6521 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-10 02:55:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gusted 
								
							 
						 
						
							
							
								
							
							
	46e15e57f7  
						 
						
							
							
								
								
								port(gitea#31954): Add lock for parallel maven upload ( #6513 )  
							
							... 
							
							
							
							
							Backport #31851 
Fix  #30171 
---
Fixes https://github.com/go-gitea/gitea/issues/30171 , this is also a
issue in Forgejo. Backport the implementation that uses the existing
sync module which does not work for multiple instances which is
perfectly fine for Forgejo for now.
(cherry picked from commit 9c990ac043a0167dc59f1c822988ed2316f7c1df)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6513 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de> 
							
						 
						
							2025-01-09 17:39:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Codeberg Translate 
								
							 
						 
						
							
							
								
							
							
	a22c8248a3  
						 
						
							
							
								
								
								i18n: update of translations from Codeberg Translate ( #6451 )  
							
							... 
							
							
							
							
							Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org>
Co-authored-by: Edgarsons <edgarsons@users.noreply.translate.codeberg.org>
Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org>
Co-authored-by: div72 <div72@users.noreply.translate.codeberg.org>
Co-authored-by: Outbreak2096 <outbreak2096@users.noreply.translate.codeberg.org>
Co-authored-by: Salif Mehmed <mail@salif.eu>
Co-authored-by: tacaly <frederick@tacaly.com>
Co-authored-by: revi <yewon@revi.email>
Co-authored-by: lordwektabyte <lordwektabyte@users.noreply.translate.codeberg.org>
Co-authored-by: xtex <xtexchooser@duck.com>
Co-authored-by: artnay <artnay@users.noreply.translate.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-authored-by: Juno Takano <jutty@users.noreply.translate.codeberg.org>
Co-authored-by: justbispo <justbispo@users.noreply.translate.codeberg.org>
Co-authored-by: Atalanttore <atalanttore@users.noreply.translate.codeberg.org>
Co-authored-by: SomeTr <sometr@users.noreply.translate.codeberg.org>
Co-authored-by: Benedikt Straub <benedikt-straub@web.de>
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: banaanihillo <banaanihillo@users.noreply.translate.codeberg.org>
Co-authored-by: emansije <emansije@users.noreply.translate.codeberg.org>
Co-authored-by: Caesar Schinas <caesar@caesarschinas.com>
Co-authored-by: Marti <marti@users.noreply.translate.codeberg.org>
Co-authored-by: mahlzahn <mahlzahn@posteo.de>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6451 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org>
Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org> 
							
						 
						
							2025-01-09 07:33:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	6980a87a08  
						 
						
							
							
								
								
								Update module github.com/caddyserver/certmagic to v0.21.6 (forgejo) ( #6510 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic ) | require | patch | `v0.21.5` -> `v0.21.6` |
---
### Release Notes
<details>
<summary>caddyserver/certmagic (github.com/caddyserver/certmagic)</summary>
### [`v0.21.6`](https://github.com/caddyserver/certmagic/releases/tag/v0.21.6 )
[Compare Source](https://github.com/caddyserver/certmagic/compare/v0.21.5...v0.21.6 )
Minor patch for ARI handshake maintenance.
#### What's Changed
-   Fix typos by [@​deining](https://github.com/deining ) in https://github.com/caddyserver/certmagic/pull/324 
-   Replace interface{} with any by [@​deining](https://github.com/deining ) in https://github.com/caddyserver/certmagic/pull/325 
-   ari: Only check if cert is not expired, and use proper context by [@​mholt](https://github.com/mholt ) in https://github.com/caddyserver/certmagic/pull/328 
#### New Contributors
-   [@​deining](https://github.com/deining ) made their first contribution in https://github.com/caddyserver/certmagic/pull/324 
**Full Changelog**: https://github.com/caddyserver/certmagic/compare/v0.21.5...v0.21.6 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6510 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-09 06:37:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	d2d14ce4bb  
						 
						
							
							
								
								
								Update dependency monaco-editor to v0.52.2 (forgejo) ( #6511 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [monaco-editor](https://github.com/microsoft/monaco-editor ) | dependencies | minor | [`0.51.0` -> `0.52.2`](https://renovatebot.com/diffs/npm/monaco-editor/0.51.0/0.52.2 ) |
---
### Release Notes
<details>
<summary>microsoft/monaco-editor (monaco-editor)</summary>
### [`v0.52.2`](https://github.com/microsoft/monaco-editor/releases/tag/v0.52.2 )
[Compare Source](https://github.com/microsoft/monaco-editor/compare/v0.52.0...v0.52.2 )
#### Changes:
-   [#​4777](https://github.com/microsoft/monaco-editor/issues/4777 ): 0.52.2
-   [#​4774](https://github.com/microsoft/monaco-editor/issues/4774 ): Updates changelog
This list of changes was [auto generated](https://dev.azure.com/monacotools/Monaco/\_build/results?buildId=309119\&view=logs ).
### [`v0.52.0`](https://github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0520 )
[Compare Source](https://github.com/microsoft/monaco-editor/compare/v0.51.0...v0.52.0 )
-   Comment added inside of `IModelContentChangedEvent`
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6511 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-09 06:26:12 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	a99cd47081  
						 
						
							
							
								
								
								Update dependency typescript to v5.7.3 (forgejo) ( #6509 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/microsoft/TypeScript )) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3 ) |
---
### Release Notes
<details>
<summary>microsoft/TypeScript (typescript)</summary>
### [`v5.7.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.7.3 ): TypeScript 5.7.3
[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/ ).
-   [fixed issues query for Typescript 5.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+ ).
-   [fixed issues query for Typescript 5.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+ ).
-   [fixed issues query for Typescript 5.7.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+ ).
-   [fixed issues query for Typescript 5.7.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+ ).
Downloads are available on [npm](https://www.npmjs.com/package/typescript )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6509 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-09 06:24:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Kriese 
								
							 
						 
						
							
							
								
							
							
	ac077302f1  
						 
						
							
							
								
								
								chore(renovate): manual name replacement ( #6504 )  
							
							... 
							
							
							
							
							Renovate can't do it itself for regex managers by default. Especially in this edge case.
Please approve and admin merge 🤗  workflow already updated
7697254fe0/.forgejo/workflows/renovate.yml (L28)https://codeberg.org/forgejo/forgejo/pulls/6504 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de> 
							
						 
						
							2025-01-08 09:53:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	7697254fe0  
						 
						
							
							
								
								
								Update data.forgejo.org/oci/alpine Docker tag to v3.21 (forgejo) ( #6502 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [data.forgejo.org/oci/alpine](https://hub.docker.com/_/alpine ) ([source](https://github.com/alpinelinux/docker-alpine )) | final | minor | `3.20` -> `3.21` |
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6502 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-08 07:30:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	6a236099c8  
						 
						
							
							
								
								
								Update data.forgejo.org/renovate/renovate Docker tag to v39.93.0 (forgejo) ( #6503 )  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6503 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-08 05:56:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	adf9172888  
						 
						
							
							
								
								
								Update module google.golang.org/protobuf to v1.36.2 (forgejo) ( #6500 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) | require | patch | `v1.36.1` -> `v1.36.2` |
---
### Release Notes
<details>
<summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
### [`v1.36.2`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.2 )
[Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.1...v1.36.2 )
**Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.1...v1.36.2 
Bug fixes:
[CL/638515](https://go-review.googlesource.com/c/protobuf/+/638515 ): internal/impl: fix WhichOneof() to work with synthetic oneofs
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6500 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-08 03:39:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	83aba057c2  
						 
						
							
							
								
								
								Update module github.com/ProtonMail/go-crypto to v1.1.4 (forgejo) ( #6499 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto ) | require | patch | `v1.1.3` -> `v1.1.4` |
---
### Release Notes
<details>
<summary>ProtonMail/go-crypto (github.com/ProtonMail/go-crypto)</summary>
### [`v1.1.4`](https://github.com/ProtonMail/go-crypto/releases/tag/v1.1.4 )
[Compare Source](https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4 )
#### What's Changed
-   Emit armor headers in sorted order by [@​andrewgdotcom](https://github.com/andrewgdotcom ) in https://github.com/ProtonMail/go-crypto/pull/255 
-   Reduce memory usage when AEAD en/decrypting large messages by [@​twiss](https://github.com/twiss ) in https://github.com/ProtonMail/go-crypto/pull/259 
-   Update artifact actions to v4 by [@​twiss](https://github.com/twiss ) in https://github.com/ProtonMail/go-crypto/pull/260 
**Full Changelog**: https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6499 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-08 00:47:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	cefd085f87  
						 
						
							
							
								
								
								Update module github.com/go-git/go-git/v5 to v5.13.1 (forgejo) ( #6495 )  
							
							... 
							
							
							
							
							This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) | require | minor | `v5.11.0` -> `v5.13.1` |
---
### Release Notes
<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>
### [`v5.13.1`](https://github.com/go-git/go-git/releases/tag/v5.13.1 )
[Compare Source](https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1 )
#### What's Changed
-   build: bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1327 
-   build: bump github.com/elazarl/goproxy from 1.2.1 to 1.2.2 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1329 
-   build: bump github.com/elazarl/goproxy from 1.2.2 to 1.2.3 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1340 
-   Revert "plumbing: transport/ssh, Add support for SSH [@​cert-authority](https://github.com/cert-authority )." by [@​pjbgf](https://github.com/pjbgf ) in [#​1346](https://github.com/go-git/go-git/issues/1346 )
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1 
### [`v5.13.0`](https://github.com/go-git/go-git/releases/tag/v5.13.0 )
[Compare Source](https://github.com/go-git/go-git/compare/v5.12.0...v5.13.0 )
#### What's Changed
-   build: bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 in /cli/go-git by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1065 
-   build: bump golang.org/x/net from 0.22.0 to 0.23.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1068 
-   build: bump golang.org/x/net from 0.23.0 to 0.24.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1071 
-   Properly support skipping of non-mandatory extensions  by [@​codablock](https://github.com/codablock ) in https://github.com/go-git/go-git/pull/1066 
-   git: Refine some codes in test and non-test. by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1077 
-   plumbing: protocol/packp, client-side filter capability support by [@​edigaryev](https://github.com/edigaryev ) in https://github.com/go-git/go-git/pull/1000 
-   build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-git by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1078 
-   plumbing: fix sideband demux on flush by [@​aymanbagabas](https://github.com/aymanbagabas ) in https://github.com/go-git/go-git/pull/1084 
-   storage: dotgit, head reference usually comes first by [@​aymanbagabas](https://github.com/aymanbagabas ) in https://github.com/go-git/go-git/pull/1085 
-   build: bump golang.org/x/text from 0.14.0 to 0.15.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1091 
-   build: bump golang.org/x/crypto from 0.22.0 to 0.23.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1094 
-   build: bump golang.org/x/net from 0.24.0 to 0.25.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1093 
-   git: Added an example for Repository.Branches by [@​johnmatthiggins](https://github.com/johnmatthiggins ) in https://github.com/go-git/go-git/pull/1088 
-   git: worktree_commit, Modify checking empty commit. Fixes [#​723](https://github.com/go-git/go-git/issues/723 ) by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1050 
-   plumbing: transport/http, Wrap http errors to return reason. Fixes [#​1097](https://github.com/go-git/go-git/issues/1097 ) by [@​ggambetti](https://github.com/ggambetti ) in https://github.com/go-git/go-git/pull/1100 
-   build: bump golang.org/x/sys from 0.20.0 to 0.21.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1106 
-   build: bump golang.org/x/text from 0.15.0 to 0.16.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1107 
-   Bumps Go versions and go-billy by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1056 
-   \_examples: Fixed a dead link COMPATIBILITY.md by [@​gecko655](https://github.com/gecko655 ) in https://github.com/go-git/go-git/pull/1109 
-   build: bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in /cli/go-git by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1115 
-   build: bump github.com/elazarl/goproxy from v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb by [@​hbelmiro](https://github.com/hbelmiro ) in https://github.com/go-git/go-git/pull/1124 
-   build: bump golang.org/x/net from 0.25.0 to 0.26.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1104 
-   Add option approximating `git clean -x` flag. by [@​msuozzo](https://github.com/msuozzo ) in https://github.com/go-git/go-git/pull/995 
-   Revert "Add option approximating `git clean -x` flag." by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1129 
-   Fix reference updated concurrently error for the filesystem storer by [@​Javier-varez](https://github.com/Javier-varez ) in https://github.com/go-git/go-git/pull/1116 
-   build: bump golang.org/x/net from 0.26.0 to 0.27.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1134 
-   utils: merkletrie, Align error message with upstream by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1142 
-   plumbing: transport/file, Change paths to absolute by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1141 
-   plumbing: gitignore, Fix loading of ignored .gitignore files. by [@​Achilleshiel](https://github.com/Achilleshiel ) in https://github.com/go-git/go-git/pull/1114 
-   build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1147 
-   plumbing: transport/ssh, Add support for SSH [@​cert-authority](https://github.com/cert-authority ). by [@​Javier-varez](https://github.com/Javier-varez ) in https://github.com/go-git/go-git/pull/1157 
-   build: run example tests during CI workflow by [@​crazybolillo](https://github.com/crazybolillo ) in https://github.com/go-git/go-git/pull/1030 
-   storage: filesystem, Fix object cache not working due to uninitialised objects being put into cache by [@​SatelliteMind](https://github.com/SatelliteMind ) in https://github.com/go-git/go-git/pull/1138 
-   git: Fix fetching missing commits by [@​AriehSchneier](https://github.com/AriehSchneier ) in https://github.com/go-git/go-git/pull/1032 
-   plumbing: format/packfile, remove duplicate checks in findMatch() by [@​edigaryev](https://github.com/edigaryev ) in https://github.com/go-git/go-git/pull/1152 
-   git: worktree, Fix file reported as `Untracked` while it is committed by [@​rodrigocam](https://github.com/rodrigocam ) in https://github.com/go-git/go-git/pull/1023 
-   build: bump golang.org/x/sys from 0.22.0 to 0.23.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1160 
-   plumbing: filemode, Remove check for setting size of .git/index file  by [@​nicholasSUSE](https://github.com/nicholasSUSE ) in https://github.com/go-git/go-git/pull/1159 
-   build: bump golang.org/x/net from 0.27.0 to 0.28.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1163 
-   Fix some lint warning and increase stalebot to 180 days by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1128 
-   adjust path extracted from file: url on Windows by [@​tomqwpl](https://github.com/tomqwpl ) in https://github.com/go-git/go-git/pull/416 
-   build: bump golang.org/x/sys from 0.23.0 to 0.24.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1164 
-   Add RestoreStaged to Worktree that mimics the behaviour of git restore --staged <file>... by [@​ben-tbotlabs](https://github.com/ben-tbotlabs ) in https://github.com/go-git/go-git/pull/493 
-   plumbing: signature, support the same x509 signature formats as git by [@​yoavamit](https://github.com/yoavamit ) in https://github.com/go-git/go-git/pull/1169 
-   fix: allow discovery of non bare repos in fsLoader by [@​jakobmoellerdev](https://github.com/jakobmoellerdev ) in https://github.com/go-git/go-git/pull/1170 
-   build: bump golang.org/x/sys from 0.24.0 to 0.25.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1178 
-   build: bump golang.org/x/text from 0.17.0 to 0.18.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1179 
-   build: bump golang.org/x/net from 0.28.0 to 0.29.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1184 
-   Consume push URLs when they are provided by [@​mcepl](https://github.com/mcepl ) in https://github.com/go-git/go-git/pull/1191 
-   \*: use gocheck's MkDir instead of TempDir for tests. Fixes [#​807](https://github.com/go-git/go-git/issues/807 ) by [@​uragirii](https://github.com/uragirii ) in https://github.com/go-git/go-git/pull/1194 
-   build: bump golang.org/x/net from 0.29.0 to 0.30.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1200 
-   worktree: .git/index not correctly generated when running on Windows by [@​BeChris](https://github.com/BeChris ) in https://github.com/go-git/go-git/pull/1198 
-   git: worktree, Fix sparse reset. Fixes [#​90](https://github.com/go-git/go-git/issues/90 ) by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1101 
-   git: worktree, Pass context on updateSubmodules. Fixes [#​1098](https://github.com/go-git/go-git/issues/1098 ) by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1154 
-   build: bump github.com/go-git/go-billy/v5 from 5.5.1-0.20240427054813-8453aa90c6ec to 5.6.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1211 
-   Update contributing guidelines by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1217 
-   build: bump github.com/ProtonMail/go-crypto from 1.0.0 to 1.1.1 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1222 
-   build: bump golang.org/x/sys from 0.26.0 to 0.27.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1223 
-   build: bump golang.org/x/crypto from 0.28.0 to 0.29.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1221 
-   build: bump github.com/ProtonMail/go-crypto from 1.1.1 to 1.1.2 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1226 
-   build: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1232 
-   build: bump github.com/ProtonMail/go-crypto from 1.1.2 to 1.1.3 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1231 
-   build: General improvements around fuzzing by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1229 
-   build: bump golang.org/x/net from 0.30.0 to 0.32.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1241 
-   build: group dependabot updates for golang.org by [@​AriehSchneier](https://github.com/AriehSchneier ) in https://github.com/go-git/go-git/pull/1243 
-   build: bump github/codeql-action from 2.22.11 to 3.27.6 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1244 
-   build: bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /cli/go-git by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1246 
-   build: bump golang.org/x/crypto from 0.30.0 to 0.31.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1247 
-   build: bump github.com/gliderlabs/ssh from 0.3.7 to 0.3.8 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1248 
-   add comment preventing people from creating invalid trees by [@​petar](https://github.com/petar ) in https://github.com/go-git/go-git/pull/732 
-   build: bump github/codeql-action from 3.27.6 to 3.27.9 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1250 
-   plumbing: Properly encode index version 4 by [@​BeChris](https://github.com/BeChris ) in https://github.com/go-git/go-git/pull/1251 
-   Fix typos by [@​deining](https://github.com/deining ) in https://github.com/go-git/go-git/pull/1148 
-   Fix reset files in subfolders by [@​linglo](https://github.com/linglo ) in https://github.com/go-git/go-git/pull/1177 
-   git: update switch cases by [@​hezhizhen](https://github.com/hezhizhen ) in https://github.com/go-git/go-git/pull/1182 
-   build: bump golang.org/x/net from 0.32.0 to 0.33.0 in the golang-org group by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1256 
-   fix(1212): Fix invalid reference name error while cloning branches containing /- by [@​varmakarthik12](https://github.com/varmakarthik12 ) in https://github.com/go-git/go-git/pull/1257 
-   pktline : accept upercase hexadecimal value as pktline length information by [@​BeChris](https://github.com/BeChris ) in https://github.com/go-git/go-git/pull/1220 
-   build: bump github/codeql-action from 3.27.9 to 3.28.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1260 
-   build: bump github.com/elazarl/goproxy from 0.0.0-20240618083138-03be62527ccb to 1.2.1 by [@​dependabot](https://github.com/dependabot ) in https://github.com/go-git/go-git/pull/1262 
-   git: worktree_commit, sanitize author and commiter name and email before creating the commit object. Fixes [#​680](https://github.com/go-git/go-git/issues/680 ) by [@​BeChris](https://github.com/BeChris ) in https://github.com/go-git/go-git/pull/1261 
#### New Contributors
-   [@​johnmatthiggins](https://github.com/johnmatthiggins ) made their first contribution in https://github.com/go-git/go-git/pull/1088 
-   [@​ggambetti](https://github.com/ggambetti ) made their first contribution in https://github.com/go-git/go-git/pull/1100 
-   [@​gecko655](https://github.com/gecko655 ) made their first contribution in https://github.com/go-git/go-git/pull/1109 
-   [@​hbelmiro](https://github.com/hbelmiro ) made their first contribution in https://github.com/go-git/go-git/pull/1124 
-   [@​msuozzo](https://github.com/msuozzo ) made their first contribution in https://github.com/go-git/go-git/pull/995 
-   [@​Javier-varez](https://github.com/Javier-varez ) made their first contribution in https://github.com/go-git/go-git/pull/1116 
-   [@​Achilleshiel](https://github.com/Achilleshiel ) made their first contribution in https://github.com/go-git/go-git/pull/1114 
-   [@​crazybolillo](https://github.com/crazybolillo ) made their first contribution in https://github.com/go-git/go-git/pull/1030 
-   [@​SatelliteMind](https://github.com/SatelliteMind ) made their first contribution in https://github.com/go-git/go-git/pull/1138 
-   [@​rodrigocam](https://github.com/rodrigocam ) made their first contribution in https://github.com/go-git/go-git/pull/1023 
-   [@​nicholasSUSE](https://github.com/nicholasSUSE ) made their first contribution in https://github.com/go-git/go-git/pull/1159 
-   [@​tomqwpl](https://github.com/tomqwpl ) made their first contribution in https://github.com/go-git/go-git/pull/416 
-   [@​ben-tbotlabs](https://github.com/ben-tbotlabs ) made their first contribution in https://github.com/go-git/go-git/pull/493 
-   [@​yoavamit](https://github.com/yoavamit ) made their first contribution in https://github.com/go-git/go-git/pull/1169 
-   [@​uragirii](https://github.com/uragirii ) made their first contribution in https://github.com/go-git/go-git/pull/1194 
-   [@​petar](https://github.com/petar ) made their first contribution in https://github.com/go-git/go-git/pull/732 
-   [@​deining](https://github.com/deining ) made their first contribution in https://github.com/go-git/go-git/pull/1148 
-   [@​linglo](https://github.com/linglo ) made their first contribution in https://github.com/go-git/go-git/pull/1177 
-   [@​varmakarthik12](https://github.com/varmakarthik12 ) made their first contribution in https://github.com/go-git/go-git/pull/1257 
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.12.0...v5.13.0 
### [`v5.12.0`](https://github.com/go-git/go-git/releases/tag/v5.12.0 )
[Compare Source](https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0 )
#### What's Changed
-   git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by [@​moranCohen26](https://github.com/moranCohen26 ) in https://github.com/go-git/go-git/pull/994 
-   git: Signer: fix usage of crypto.Signer interface by [@​wlynch](https://github.com/wlynch ) in https://github.com/go-git/go-git/pull/1029 
-   git: Remote, fetch, adds the prune option. by [@​juliens](https://github.com/juliens ) in https://github.com/go-git/go-git/pull/366 
-   git: Add crypto.Signer option to CommitOptions. by [@​wlynch](https://github.com/wlynch ) in https://github.com/go-git/go-git/pull/996 
-   git: Worktree checkout tag hash id ([#​959](https://github.com/go-git/go-git/issues/959 )) by [@​aymanbagabas](https://github.com/aymanbagabas ) in https://github.com/go-git/go-git/pull/966 
-   git: Worktree, Don't panic on empty or root path when checking if it is valid by [@​tim775](https://github.com/tim775 ) in https://github.com/go-git/go-git/pull/1042 
-   git: Add commit validation for Reset by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1048 
-   git: worktree_commit, Fix amend commit to apply changes. Fixes [#​1024](https://github.com/go-git/go-git/issues/1024 ) by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1045 
-   git: Implement Merge function with initial `FastForwardMerge` support by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/1044 
-   plumbing: object, Make first commit visible on logs filtered with filename. Fixes [#​191](https://github.com/go-git/go-git/issues/191 ) by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1036 
-   plumbing: no panic in printStats function. Fixes [#​177](https://github.com/go-git/go-git/issues/177 ) by [@​nodivbyzero](https://github.com/nodivbyzero ) in https://github.com/go-git/go-git/pull/971 
-   plumbing: object, Optimize logging with file. by [@​onee-only](https://github.com/onee-only ) in https://github.com/go-git/go-git/pull/1046 
-   plumbing: object, check legitimacy in (\*Tree).Encode by [@​niukuo](https://github.com/niukuo ) in https://github.com/go-git/go-git/pull/967 
-   plumbing: format/gitattributes, close file in ReadAttributesFile by [@​prskr](https://github.com/prskr ) in https://github.com/go-git/go-git/pull/1018 
-   plumbing: check setAuth error. Fixes [#​185](https://github.com/go-git/go-git/issues/185 ) by [@​nodivbyzero](https://github.com/nodivbyzero ) in https://github.com/go-git/go-git/pull/969 
-   plumbing: object, fix variable  defaultUtf8CommitMessageEncoding name spell error by [@​Jerry-yz](https://github.com/Jerry-yz ) in https://github.com/go-git/go-git/pull/987 
-   utils: merkletrie, calculate filesystem node's hash lazily. by [@​candid82](https://github.com/candid82 ) in https://github.com/go-git/go-git/pull/825 
-   utils: update comment in node.go's Hash() by [@​codablock](https://github.com/codablock ) in https://github.com/go-git/go-git/pull/992 
-   \_example: fix 404 link and added ssh-agent clone link by [@​grinish21](https://github.com/grinish21 ) in https://github.com/go-git/go-git/pull/1022 
-   \_example: checkout-branch example by [@​dlambda](https://github.com/dlambda ) in https://github.com/go-git/go-git/pull/446 
-   \_example: example for git clone using ssh-agent by [@​pjbgf](https://github.com/pjbgf ) in https://github.com/go-git/go-git/pull/998 
#### New Contributors
-   [@​candid82](https://github.com/candid82 ) made their first contribution in https://github.com/go-git/go-git/pull/825 
-   [@​codablock](https://github.com/codablock ) made their first contribution in https://github.com/go-git/go-git/pull/992 
-   [@​Jerry-yz](https://github.com/Jerry-yz ) made their first contribution in https://github.com/go-git/go-git/pull/987 
-   [@​wlynch](https://github.com/wlynch ) made their first contribution in https://github.com/go-git/go-git/pull/996 
-   [@​moranCohen26](https://github.com/moranCohen26 ) made their first contribution in https://github.com/go-git/go-git/pull/994 
-   [@​grinish21](https://github.com/grinish21 ) made their first contribution in https://github.com/go-git/go-git/pull/1022 
-   [@​prskr](https://github.com/prskr ) made their first contribution in https://github.com/go-git/go-git/pull/1018 
-   [@​dlambda](https://github.com/dlambda ) made their first contribution in https://github.com/go-git/go-git/pull/446 
-   [@​juliens](https://github.com/juliens ) made their first contribution in https://github.com/go-git/go-git/pull/366 
-   [@​onee-only](https://github.com/onee-only ) made their first contribution in https://github.com/go-git/go-git/pull/1036 
-   [@​tim775](https://github.com/tim775 ) made their first contribution in https://github.com/go-git/go-git/pull/1042 
-   [@​niukuo](https://github.com/niukuo ) made their first contribution in https://github.com/go-git/go-git/pull/967 
-   [@​avoidalone](https://github.com/avoidalone ) made their first contribution in https://github.com/go-git/go-git/pull/1047 
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦  **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Co-authored-by: Earl Warren <contact@earl-warren.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6495 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-07 20:47:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gusted 
								
							 
						 
						
							
							
								
							
							
	f0899d35c8  
						 
						
							
							
								
								
								chore(deps): Update gitlab api to updated library ( #6487 )  
							
							... 
							
							
							
							
							- Per https://github.com/xanzy/go-gitlab?tab=readme-ov-file#go-gitlab-deprecated 
- Move to https://gitlab.com/gitlab-org/api/client-go 
- Use v0.116.0 because v0.117.0 has incorrect requirement of go 1.23.4, it will be fixed in v0.119.0 which is not yet released
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6487 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz> 
							
						 
						
							2025-01-07 19:06:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	2a5e37bc8b  
						 
						
							
							
								
								
								fix: upgrade gof3 package and driver ( #6491 )  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6491 
Reviewed-by: Otto <otto@codeberg.org> 
							
						 
						
							2025-01-07 17:33:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gusted 
								
							 
						 
						
							
							
								
							
							
	8ed4b77f1f  
						 
						
							
							
								
								
								chore: remove illegal git usage ( #6488 )  
							
							... 
							
							
							
							
							This is no longer possible in future go-git versions, so lets hardcode it
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6488 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz> 
							
						 
						
							2025-01-07 17:28:42 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	7189da15f2 
 
						 
						
							
							
								
								
								fix: upgrade gof3 version  
							
							
							
							
						 
						
							2025-01-07 17:59:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Renovate Bot 
								
							 
						 
						
							
							
								
							
							
	7973332035  
						 
						
							
							
								
								
								Replace data.forgejo.org/forgejo-contrib/renovate Docker tag with data.forgejo.org/renovate/renovate (forgejo) ( #6490 )  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6490 
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org> 
							
						 
						
							2025-01-07 16:16:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									limiting-factor 
								
							 
						 
						
							
							
								
							
							
	
	
	604c21ffd7 
 
						 
						
							
							
								
								
								fix: f3: label color must start with #  
							
							
							
							
						 
						
							2025-01-07 17:13:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									limiting-factor 
								
							 
						 
						
							
							
								
							
							
	
	
	63204e8edf 
 
						 
						
							
							
								
								
								fix: f3: update milestone is_closed & deadline_unix  
							
							
							
							
						 
						
							2025-01-07 17:13:21 +01:00