github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Results 34 github-action issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/renovatebot/github-action). ## Deprecations / Replacements > [!WARNING] These...

This allows this github action to be used like this: `renovatebot/github-action@v32` to always use the latest v32.x.x version

Setting `GOPROXY: "https://proxy.golang.org,direct"` on the `renovatebot/[email protected]` has no effect to the executed "gomod" command. I see this in my logs in GitHub Actions: ``` "cmd": "/bin/sh -c docker run --rm...

This probably is my first time writing TypeScript, so please bear with me. Added optional `useSlim` action input. If it is set to `false`, then the normal `renovate/renovate` image will...

I see that the image tag is [hard-coded](https://github.com/renovatebot/github-action/blob/main/src/docker.ts#L4=). to use the slim version. I have started to play around with postUpgradeTasks, but since they run inside the slim image there...

We should document the requirements for self-hosted github-runner. * Needs docker daemon and `docker` system group * Needs shared filesystem to mount files * #552 * #553

documentation
good first issue
help wanted

Say I have a Renovate config that requires an environment variable to be set in order to access a private repository: ```javascript module.exports = { hostRules: [ { matchHost: "https://pypi.example.com/simple",...

see https://github.com/renovatebot/renovate/issues/547 **Idea:** * Add `command` option, which is `renovate` by default and can be `validate` for validation mode * Add optional `validateFiles` options for additional files to validate (colon...

enhancement

`actions/create-release` is now unmaintained, we should replace it. https://github.com/actions/create-release

I like to bundle renovate internally, so we can run this action on Windows / MacOS agents. That way we can support updating lockfiles which required a specific environment. Eg:...

enhancement