Epsilon calculus is an extension to First Order Logic, by including the epsilon operator. The epsilon operator works as a sort of choice operator, which selects a witness for each true existential statement. I'll notate the epsilon operator as $\mathcal{E}$, and this operator can be fully axiomatized by asserting the following, for each predicate $P$. $$\exists xP(x) \iff P(\mathcal{E}xP(x))$$
Although at first $\mathcal{E}$ seems like it would imply Choice over $\sf{ZF}$ set theory, this only works if you allow Specification instances which mention $\mathcal{E}$. Counter-intuitively, so long as you do not allow $\mathcal{E}$ to be mentioned in any axioms of your theory (other than the basic axioms of First-Order Logic), then its inclusion is a conservative extension to classical logic. The proof is informative for why this happens.
Let $\phi$ be any sentence unprovable over classical FOL, restricted so that $\phi$ does not mention the $\mathcal{E}$ operator. It follows that $\neg\phi$ is consistent, so there exists a countable model $M$ for which $M\vDash\neg\phi$. Fix some wellordering of $M$, and select some distinguished object $m_0\in M$, then define $\mathcal{E}xP(x) = \min\{x\in M : M \vDash P(x)\}$ using the value $\mathcal{E}xP(x)=m_0$ in case no such $x$ exists. It's clear that $\mathcal{E}$ obeys the axioms for epsilon calculus, and we still do not prove $\phi$, hence epsilon calculus is a conservative extension to classical FOL.
My question is in the title: is the epsilon calculus also a conservative extension for intuitionist logic? That is, is there any instance of the Law of Excluded Middle which the epsilon can be used to prove, which is not already constructively valid?
My initial suspicion was that we will still have a conservative extension. After all, it seems like the epsilon is just a glorified way to express existential instantiation. In fact, if we restrict the usage of the operator only to unary formulae, such that it only ever constructs constant expressions, then we really do get a conservative extension for that exact reason. However, you can also use the operator to define functions, so the situation is not so simple.
I tried to adapt the Diaconescu-Goodman-Myhill Theorem to use $\mathcal{E}$ in place of a choice function, but the adaptation seems to fail. The proof relies on assuming the rule $(\forall xA(x)\iff B(x)) \implies \mathcal{E}xA(x) = \mathcal{E}xB(x)$ for all propositions $A,B$, but this isn't a necessary feature of Epsilon calculus. That said, the failure of this rule means the situation is much more complex. I don't even know how to construct non-classical models, so I have no clue how to proceed.