Renovate Bot
54a5a37796
chore(deps): update actions/setup-node action to v7 ( #467 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node ) | action | major | `v6` → `v7` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v7.0.0`](https://github.com/actions/setup-node/releases/tag/v7.0.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v7.0.0...v7.0.0 )
##### What's Changed
##### Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1577](https://github.com/actions/setup-node/pull/1577 )
- Migrate to ESM and upgrade dependencies by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1574](https://github.com/actions/setup-node/pull/1574 )
##### Bug fixes:
- Remove dummy NODE\_AUTH\_TOKEN export by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1558](https://github.com/actions/setup-node/pull/1558 )
- Only use `mirrorToken` in `getManifest` if it's provided by [@​deiga](https://github.com/deiga ) in [#​1548](https://github.com/actions/setup-node/pull/1548 )
##### Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by [@​chiranjib-swain](https://github.com/chiranjib-swain ) in [#​1536](https://github.com/actions/setup-node/pull/1536 )
- docs: Update restore-only cache documentation by [@​priya-kinthali](https://github.com/priya-kinthali ) in [#​1550](https://github.com/actions/setup-node/pull/1550 )
- docs: Update caching recommendations to mitigate cache poisoning risks by [@​chiranjib-swain](https://github.com/chiranjib-swain ) in [#​1567](https://github.com/actions/setup-node/pull/1567 )
##### Dependency update:
- Upgrade [@​actions/cache](https://github.com/actions/cache ) to 5.1.0, log cache write denied by [@​jasongin](https://github.com/jasongin ) in [#​1569](https://github.com/actions/setup-node/pull/1569 )
##### New Contributors
- [@​chiranjib-swain](https://github.com/chiranjib-swain ) made their first contribution in [#​1536](https://github.com/actions/setup-node/pull/1536 )
- [@​deiga](https://github.com/deiga ) made their first contribution in [#​1548](https://github.com/actions/setup-node/pull/1548 )
- [@​jasongin](https://github.com/jasongin ) made their first contribution in [#​1569](https://github.com/actions/setup-node/pull/1569 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v7.0.0 >
### [`v7`](https://github.com/actions/setup-node/compare/v6.5.0...v7.0.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.5.0...v7.0.0 )
### [`v6.5.0`](https://github.com/actions/setup-node/releases/tag/v6.5.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0 )
##### What's Changed
- Update [@​actions/cache](https://github.com/actions/cache ) to 5.1.0 and add security overrides for undici and fast-xml-parser by [@​HarithaVattikuti](https://github.com/HarithaVattikuti ) in [#​1579](https://github.com/actions/setup-node/pull/1579 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0 >
### [`v6.4.0`](https://github.com/actions/setup-node/releases/tag/v6.4.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0 )
##### What's Changed
##### Dependency updates:
- Upgrade [@​actions](https://github.com/actions ) dependencies by [@​Copilot](https://github.com/Copilot ) in [#​1525](https://github.com/actions/setup-node/pull/1525 )
- Update Node.js versions in versions.yml and bump package to v6.4.0 by [@​priya-kinthali](https://github.com/priya-kinthali ) in [#​1533](https://github.com/actions/setup-node/pull/1533 )
##### New Contributors
- [@​Copilot](https://github.com/Copilot ) made their first contribution in [#​1525](https://github.com/actions/setup-node/pull/1525 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.4.0 >
### [`v6.3.0`](https://github.com/actions/setup-node/releases/tag/v6.3.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.2.0...v6.3.0 )
##### What's Changed
##### Enhancements:
- Support parsing `devEngines` field by [@​susnux](https://github.com/susnux ) in [#​1283](https://github.com/actions/setup-node/pull/1283 )
> When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.
##### Dependency updates:
- Fix npm audit issues by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1491](https://github.com/actions/setup-node/pull/1491 )
- Replace uuid with crypto.randomUUID() by [@​trivikr](https://github.com/trivikr ) in [#​1378](https://github.com/actions/setup-node/pull/1378 )
- Upgrade minimatch from 3.1.2 to 3.1.5 by [@​dependabot](https://github.com/dependabot ) in [#​1498](https://github.com/actions/setup-node/pull/1498 )
##### Bug fixes:
- Remove hardcoded bearer for mirror-url [@​marco-ippolito](https://github.com/marco-ippolito ) in [#​1467](https://github.com/actions/setup-node/pull/1467 )
- Scope test lockfiles by package manager and update cache tests by [@​gowridurgad](https://github.com/gowridurgad ) in [#​1495](https://github.com/actions/setup-node/pull/1495 )
##### New Contributors
- [@​susnux](https://github.com/susnux ) made their first contribution in [#​1283](https://github.com/actions/setup-node/pull/1283 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.3.0 >
### [`v6.2.0`](https://github.com/actions/setup-node/releases/tag/v6.2.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6.1.0...v6.2.0 )
##### What's Changed
##### Documentation
- Documentation update related to absence of Lockfile by [@​mahabaleshwars](https://github.com/mahabaleshwars ) in [#​1454](https://github.com/actions/setup-node/pull/1454 )
- Correct mirror option typos by [@​MikeMcC399](https://github.com/MikeMcC399 ) in [#​1442](https://github.com/actions/setup-node/pull/1442 )
- Readme update on checkout version v6 by [@​deining](https://github.com/deining ) in [#​1446](https://github.com/actions/setup-node/pull/1446 )
- Readme typo fixes [@​munyari](https://github.com/munyari ) in [#​1226](https://github.com/actions/setup-node/pull/1226 )
- Advanced document update on checkout version v6 by [@​aparnajyothi-y](https://github.com/aparnajyothi-y ) in [#​1468](https://github.com/actions/setup-node/pull/1468 )
##### Dependency updates:
- Upgrade [@​actions/cache](https://github.com/actions/cache ) to v5.0.1 by [@​salmanmkc](https://github.com/salmanmkc ) in [#​1449](https://github.com/actions/setup-node/pull/1449 )
##### New Contributors
- [@​mahabaleshwars](https://github.com/mahabaleshwars ) made their first contribution in [#​1454](https://github.com/actions/setup-node/pull/1454 )
- [@​MikeMcC399](https://github.com/MikeMcC399 ) made their first contribution in [#​1442](https://github.com/actions/setup-node/pull/1442 )
- [@​deining](https://github.com/deining ) made their first contribution in [#​1446](https://github.com/actions/setup-node/pull/1446 )
- [@​munyari](https://github.com/munyari ) made their first contribution in [#​1226](https://github.com/actions/setup-node/pull/1226 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.2.0 >
### [`v6.1.0`](https://github.com/actions/setup-node/releases/tag/v6.1.0 )
[Compare Source](https://github.com/actions/setup-node/compare/v6...v6.1.0 )
#### What's Changed
##### Enhancement:
- Remove always-auth configuration handling by [@​priyagupta108](https://github.com/priyagupta108 ) in [#​1436](https://github.com/actions/setup-node/pull/1436 )
##### Dependency updates:
- Upgrade [@​actions/cache](https://github.com/actions/cache ) from 4.0.3 to 4.1.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​1384](https://github.com/actions/setup-node/pull/1384 )
- Upgrade actions/checkout from 5 to 6 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​1439](https://github.com/actions/setup-node/pull/1439 )
- Upgrade js-yaml from 3.14.1 to 3.14.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​1435](https://github.com/actions/setup-node/pull/1435 )
##### Documentation update:
- Add example for restore-only cache in documentation by [@​aparnajyothi-y](https://github.com/aparnajyothi-y ) in [#​1419](https://github.com/actions/setup-node/pull/1419 )
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.1.0 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->Reviewed-on: https://gitea.com/gitea/docs/pulls/467
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
2026-07-20 16:39:14 +00:00
Renovate Bot
c9216685d5
chore(deps): update actions/checkout action to v7 ( #445 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/445
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2026-06-23 00:05:55 +00:00
Renovate Bot
3c6ead6e59
chore(deps): update pnpm/action-setup action to v6 ( #382 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/382
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2026-04-15 15:17:51 +00:00
Renovate Bot
74c1904736
chore(deps): update pnpm/action-setup action to v5 ( #365 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm/action-setup](https://github.com/pnpm/action-setup ) | action | major | `v4` → `v5` |
---
### Release Notes
<details>
<summary>pnpm/action-setup (pnpm/action-setup)</summary>
### [`v5`](https://github.com/pnpm/action-setup/compare/v4...v5 )
[Compare Source](https://github.com/pnpm/action-setup/compare/v4...v5 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuNzYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: silverwind <2021+silverwind@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/365
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com >
Reviewed-by: Nicolas <173651+bircni@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2026-03-24 11:11:06 +00:00
techknowlogick
2fe3b3a114
switch to use pnpm ( #330 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/330
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2026-02-03 03:29:59 +00:00
Renovate Bot
ed033ac9ed
chore(deps): update dependency node to v24 ( #329 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/329
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2026-02-03 00:49:30 +00:00
Renovate Bot
188314ea14
chore(deps): update actions/cache action to v5 ( #314 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/314
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-12-19 18:02:17 +00:00
Lunny Xiao
4ddfcd6aaf
Remove outdated versions and keep the latest 5 versions(include the current developing version and latest 4 stable versions ( #304 )
...
Resolve #302
Reviewed-on: https://gitea.com/gitea/docs/pulls/304
Reviewed-by: delvh <dev.lh@web.de >
2025-11-22 05:36:55 +00:00
Renovate Bot
8ba2066894
chore(deps): update actions/checkout action to v6 ( #303 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/303
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-11-21 21:30:18 +00:00
Renovate Bot
200479a1a3
chore(deps): update actions/setup-node action to v6 ( #282 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/282
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-10-16 14:44:29 +00:00
Renovate Bot
83da675c59
chore(deps): update actions/setup-node action to v5 ( #270 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/270
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-07 11:11:18 +00:00
Renovate Bot
6b64b97e3b
chore(deps): update actions/checkout action to v5 ( #261 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/261
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-09-01 01:38:35 +00:00
Lunny Xiao
67e83400bd
update version to 1.23.0 ( #141 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/141
2025-01-10 05:28:14 +00:00
Lunny Xiao
610e9d0e1c
Disable docusarus cache
2024-10-09 11:36:02 -07:00
Lunny Xiao
16ae5821e7
Fix docuactions cache moved
2024-10-09 11:34:47 -07:00
Lunny Xiao
b1d0f63998
Make CI faster with docusaurus cache actions ( #5 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/5
2024-06-15 05:16:46 +00:00
Lunny Xiao
a33c704da8
Remove unnecessary files
2024-06-06 21:08:01 +08:00
Lunny Xiao
377f435a2b
Add version of 1.22 ( #137 )
...
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/137
2024-05-27 13:52:22 +00:00
Lunny Xiao
f3534b1b86
Update .gitea/workflows/test.yaml
2024-04-05 04:03:10 +00:00
Lunny Xiao
5a958215fd
Update .gitea/workflows/test.yaml ( #126 )
...
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/126
2024-04-05 02:41:44 +00:00
Lunny Xiao
370bb063b7
Update CI ( #117 )
...
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/117
Reviewed-by: delvh <dev.lh@web.de >
2024-03-16 03:52:16 +00:00
Renovate Bot
4ce58616e6
chore(deps): update actions/setup-node action to v4 ( #81 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2023-10-24 20:10:15 +00:00
Renovate Bot
101c2755b4
chore(deps): update actions/checkout action to v4 ( #76 )
...
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2023-10-03 18:18:40 +00:00
Lunny Xiao
afdff484cf
Fix build
2023-10-01 21:54:26 +08:00
Lunny Xiao
b999a774bd
Add 1.21rc0
2023-10-01 21:01:57 +08:00
techknowlogick
cd783f3512
Update .gitea/workflows/test.yaml
2023-09-10 19:34:24 +00:00
silverwind
d3697c65d2
Run both workflows on node 18 ( #68 )
...
Should also fix the build failure on main under node 20:
https://github.com/facebook/docusaurus/issues/9278
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/68
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: silverwind <me@silverwind.io >
Co-committed-by: silverwind <me@silverwind.io >
2023-09-07 21:26:20 +00:00
jolheiser
f397d309d2
Docusaurus-ify main repo ( #51 )
...
https://github.com/go-gitea/gitea/pull/26051
https://github.com/go-gitea/gitea/pull/26052
https://github.com/go-gitea/gitea/pull/26053
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/51
Co-authored-by: jolheiser <john.olheiser@gmail.com >
Co-committed-by: jolheiser <john.olheiser@gmail.com >
2023-07-27 14:55:46 +00:00
HesterG
04a97d20b1
Add api page ( #32 )
...
# Changes
- Added [redocusaurus](https://github.com/rohit-gohri/redocusaurus ) package to display swagger api with reference to [woodpecker](https://github.com/woodpecker-ci/woodpecker/tree/master/docs )
- Change `sed` for swagger.json for proper version and baseurl.
- Add a dropdown for different api versions. (screenshot below)
- On API pages, only API version dropdown will show(hide locale dropdown, version dropdown for doc, and doc search)
- Allow build CSR API pages for development so it saves building time.
# Screenshots




Search:

Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/32
Co-authored-by: HesterG <hestergong@gmail.com >
Co-committed-by: HesterG <hestergong@gmail.com >
2023-07-05 03:54:54 +00:00
techknowlogick
18fa94cb73
Add awesome list to docs ( #37 )
...
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/37
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-committed-by: techknowlogick <techknowlogick@gitea.io >
2023-06-29 18:03:46 +00:00
HesterG
7ca358b43e
Add v1.20 documentation ( #28 )
...
Modified `loop_docs.sh` to take `version` and `locale` and params so do not need other `loop_docs*` scripts.
Need confirmation with version information for 1.20 and latest.
Like version in `static/20-swagger.json` and `static/latest-swagger.json`, and version used to replace `{{< version >}}`
Will wait for a stable version for 1.20

Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/28
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: HesterG <hestergong@gmail.com >
Co-committed-by: HesterG <hestergong@gmail.com >
2023-06-14 07:05:13 +00:00
HesterG
c911962cd6
fix typo and some seds for <empty> ( #15 )
...
# Before:

# After:
(/attachments/85c184f3-58ca-4616-bb9d-9afacbc59290)
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/15
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: HesterG <hestergong@gmail.com >
Co-committed-by: HesterG <hestergong@gmail.com >
2023-05-26 17:49:55 +08:00