chore(deps): update https://vc.maxkaya.com/maxpeterkaya/changelog action to v1.6.0 #26

Merged
maxpeterkaya merged 1 commit from renovate/https-vc.maxkaya.com-maxpeterkaya-changelog-1.x into main 2026-07-11 15:15:15 -04:00
Collaborator

This PR contains the following updates:

Package Type Update Change
https://vc.maxkaya.com/maxpeterkaya/changelog action minor 1.5.01.6.0

Release Notes

maxpeterkaya/changelog (https://vc.maxkaya.com/maxpeterkaya/changelog)

v1.6.0

Compare Source

Changelog

New Features

Bug Fixes

Dependencies

Chores

Other Work


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://vc.maxkaya.com/maxpeterkaya/changelog](https://vc.maxkaya.com/maxpeterkaya/changelog) | action | minor | `1.5.0` → `1.6.0` | --- ### Release Notes <details> <summary>maxpeterkaya/changelog (https://vc.maxkaya.com/maxpeterkaya/changelog)</summary> ### [`v1.6.0`](https://vc.maxkaya.com/maxpeterkaya/changelog/releases/tag/1.6.0) [Compare Source](https://vc.maxkaya.com/maxpeterkaya/changelog/compare/1.5.0...1.6.0) ### Changelog #### New Features - [80c2b](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/80c2b900d974c37a92b59889e1caab0e4f4bfce1): Updated Ollama config to use action input environment variables instead of standard ones. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [eb810](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/eb810f63174a2841a55a17d4df2cebd2c9789880): Added Ollama configuration options to action config ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [00d26](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/00d26ad32c34e1a336f1d6dcca6e4e0a2602c205): Use project to generate release changelog. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [fc928](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/fc928834880066ebb85b3776b886702e4f6928ef): Added guidelines and structured input to LLMAssistedChangelog function. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [03a68](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/03a6858441de6f5bedbbaaeb8abfd417dda890b2): Added diff support for LLM changelog formatter ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [1956d](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/1956d45d2f420bbbd793b3c4ec3a3fcb66c2d459): Added function to retrieve commit diff using Gitea API. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [faa93](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/faa93b46c46d8c6dc96fdc20b6bbb1cee109b72d): Added regex patterns for groups including docs styles tests and chores ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [d8762](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/d87622b542d2e6fd4c26693921b3a297acfe0210): Added regex filtering and matching for commit messages. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [e7a18](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/e7a1880df112e0acce15536f1def6b1b72874ca7): Simplified filtering logic and added LLM check for enhanced validation. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [db15b](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/db15bbeac0f785511a2f82dca710818e929b9a78): Created ollama function with prompt for commit message generation. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [c3103](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/c31031eeb54dbe3670fb01f3de4c2c5398c967a1): Added Ollama configuration support with environment variables and validation. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) #### Bug Fixes - [15730](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/157309dc4752e6bb93f9f7cd4f77b2a8505a488c): Removed colon prefix from LLM messages to ensure proper formatting. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) #### Dependencies - [987e7](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/987e7936dd48997abf50d4ae948a69ecb595903d): Added ollama sdk package to dependencies. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) #### Chores - [b5ec1](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/b5ec1a5f5dc5162f47b0a54da5a46ea8a34f5d45): Upgrade actions/checkout to v7 ([@&#8203;Renovate](https://github.com/Renovate) Bot) - [ec2c6](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/ec2c679fe3465eb38f5d5a21bd92053ec921f88c): Updated Alpine Docker tag to v3.24 ([@&#8203;Renovate](https://github.com/Renovate) Bot) - [49931](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/49931ced5e96ac798dc51f30c9800d61f9bbc3a3): Updated code.gitea.io/sdk/gitea to v0.25.1 ([@&#8203;Renovate](https://github.com/Renovate) Bot) #### Other Work - [0b60d](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/0b60dcb4b05d109c99dae45d39549f8d33cd5c9d): Replaced custom action with official Goreleaser in CI workflow ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [342db](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/342db2bd107b7cc3ea4cf55ff708658f98bbfb20): Removed changelog configuration from goreleaser release settings. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [3dd67](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/3dd678dbc074252bec8c1f4dd84198ebba30dd52): Updated Alpine Docker image to version 3.24. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [ebb9f](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/ebb9fe3de55f6674d97901869e46a3170324ccfc): Updated checkout action to version 7. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [785cc](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/785cc9e3e34eafcc56d751c2052cccdf3e7c5608): Updated dependencies including code.gitea.io/sdk/gitea to v0.25.1 ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
maxpeterkaya deleted branch renovate/https-vc.maxkaya.com-maxpeterkaya-changelog-1.x 2026-07-11 15:15:16 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
maxpeterkaya/changelog!26
No description provided.